CC-84: Smart Playlists

- changing field name in backend
- diabled loading criteria on edit temporarly
This commit is contained in:
James 2012-07-13 14:32:05 -04:00
parent 207582eb7e
commit bf46605ea1
2 changed files with 7 additions and 7 deletions

View file

@ -78,7 +78,7 @@ class PlaylistController extends Zend_Controller_Action
$form = new Application_Form_SmartPlaylistCriteria();
$form->removeDecorator('DtDdWrapper');
$form->loadCriteria($pl->getId());
//$form->loadCriteria($pl->getId());
$this->view->form = $form;
$this->view->pl = $pl;