CC-4273: Library: Open 'Edit Metadata' page and click 'Cancel' will cause an exception
-fixed
This commit is contained in:
parent
3ff80fae14
commit
a7427645d5
|
@ -137,7 +137,7 @@ class Application_Form_EditAudioMD extends Zend_Form
|
|||
'ignore' => true,
|
||||
'class' => 'ui-button ui-state-default ui-button-text-only md-cancel',
|
||||
'label' => 'Cancel',
|
||||
'onclick' => 'javascript:document.location.href = "/Playlist"',
|
||||
'onclick' => 'javascript:document.location.href = "/Library"',
|
||||
'decorators' => array(
|
||||
'ViewHelper'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue