CC-3514: Playlist-> Metadata list of fields is not matching to that of
Playlist->Edit Metadata - fixed
This commit is contained in:
parent
bcdd27863f
commit
ebbaa02210
2 changed files with 9 additions and 1 deletions
|
@ -87,6 +87,13 @@ class Application_Form_EditAudioMD extends Zend_Form
|
|||
'class' => 'input_text',
|
||||
'filters' => array('StringTrim')
|
||||
));
|
||||
|
||||
// Add conductor field
|
||||
$this->addElement('text', 'conductor', array(
|
||||
'label' => 'Conductor:',
|
||||
'class' => 'input_text',
|
||||
'filters' => array('StringTrim')
|
||||
));
|
||||
|
||||
// Add mood field
|
||||
$this->addElement('text', 'mood', array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue