CC-3849: PlaylistLibrary->Edit Metadata: The deletion of metadata entries has no effect after saving
-set track_number as a required field on form
This commit is contained in:
parent
d8a1a17f19
commit
b588b3b9a4
|
@ -33,7 +33,8 @@ class Application_Form_EditAudioMD extends Zend_Form
|
||||||
'label' => 'Track:',
|
'label' => 'Track:',
|
||||||
'class' => 'input_text',
|
'class' => 'input_text',
|
||||||
'filters' => array('StringTrim'),
|
'filters' => array('StringTrim'),
|
||||||
'validators' => array('Int')
|
'validators' => array('Int'),
|
||||||
|
'required' => true
|
||||||
));
|
));
|
||||||
|
|
||||||
// Add genre field
|
// Add genre field
|
||||||
|
|
Loading…
Reference in New Issue