CC-4312: Smart Block: Please don't save the change of title when there is any warning after click 'Save'
-added in saving behaviour for regular playlists
This commit is contained in:
parent
5effb253bf
commit
46a6a5fc30
|
@ -466,6 +466,8 @@ class PlaylistController extends Zend_Controller_Action
|
||||||
$result['html'] = $this->view->render($viewPath);
|
$result['html'] = $this->view->render($viewPath);
|
||||||
$result['result'] = 1;
|
$result['result'] = 1;
|
||||||
}
|
}
|
||||||
|
} else if ($params['type'] == 'playlist') {
|
||||||
|
$this->setPlaylistNameDescAction();
|
||||||
}
|
}
|
||||||
|
|
||||||
$result["modified"] = $this->view->modified;
|
$result["modified"] = $this->view->modified;
|
||||||
|
|
Loading…
Reference in New Issue