SAAS-1125: Cue in and out points should be editable in the track metadata editor

Also made improvement by showing errors when the form has invalid data
This commit is contained in:
drigato 2015-10-21 10:58:22 -04:00
parent 9d0beabd3f
commit 1cfa708717
5 changed files with 45 additions and 2 deletions

View file

@ -370,6 +370,9 @@ class LibraryController extends Zend_Controller_Action
if ($form->isValid($serialized)) {
$file->setDbColMetadata($serialized);
$this->view->status = true;
} else {
$this->view->status = false;
}
}