added comments to document smartblock functions and added new options to permit datetime based select fields

This commit is contained in:
Robb Ebright 2017-08-16 14:55:48 -04:00
parent e3f52ad968
commit 0b80a429b3
3 changed files with 64 additions and 5 deletions

View file

@ -555,6 +555,7 @@ class PlaylistController extends Zend_Controller_Action
if ($form->isValid($params)) {
$this->setPlaylistNameDescAction();
$bl->saveSmartBlockCriteria($params['data']);
// Logging::info($params['data']);
$this->createUpdateResponse($bl);
$this->view->result = 0;