can edit file metadata.

This commit is contained in:
naomiaro 2010-12-30 17:26:44 -05:00
parent 2a37140c4d
commit 0cf89713a9
6 changed files with 136 additions and 19 deletions

View file

@ -92,15 +92,13 @@ class PlaylistController extends Zend_Controller_Action
$pl_id = $pl->create("Test Zend Auth");
$pl->setPLMetaData('dc:creator', $userInfo->login);
//set this playlist as active id.
$this->changePlaylist($pl_id);
$this->_helper->redirector('metadata');
}
public function metadataAction()
{
{
$request = $this->getRequest();
$form = new Application_Form_PlaylistMetadata();