CC-5316 : Playout History: Doesn't support webstream

adding the webstream metadata to the history table.
This commit is contained in:
Naomi 2013-09-30 13:56:27 -04:00
parent 9f38e5a9c6
commit 7d739a0f66
7 changed files with 87 additions and 19 deletions

View file

@ -43,7 +43,7 @@ class Application_Form_EditHistoryItem extends Application_Form_EditHistory
$ends->addFilter('StringTrim');
$ends->setLabel(_('End Time'));
$ends->setDecorators(array('ViewHelper'));
$ends->setRequired(true);
//$ends->setRequired(true);
$this->addElement($ends);
}