CC-4550: Track should not be a required field in metadata editor
-fixed
This commit is contained in:
parent
e41145b54e
commit
25c28da761
1 changed files with 1 additions and 3 deletions
|
@ -32,9 +32,7 @@ class Application_Form_EditAudioMD extends Zend_Form
|
||||||
$this->addElement('text', 'track_number', array(
|
$this->addElement('text', 'track_number', array(
|
||||||
'label' => 'Track:',
|
'label' => 'Track:',
|
||||||
'class' => 'input_text',
|
'class' => 'input_text',
|
||||||
'filters' => array('StringTrim'),
|
'filters' => array('StringTrim')
|
||||||
'validators' => array('Int'),
|
|
||||||
'required' => true
|
|
||||||
));
|
));
|
||||||
|
|
||||||
// Add genre field
|
// Add genre field
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue