CC-84: Smart Playlists
- changing field name in backend - diabled loading criteria on edit temporarly
This commit is contained in:
parent
207582eb7e
commit
bf46605ea1
2 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue