CC-3597 : Playlist->Library->Edit Metadata: Throw exception after click "Cancel" at "Edit Metadata" page
This commit is contained in:
parent
35d2ded26b
commit
cf2813a545
|
@ -133,7 +133,7 @@ class Application_Form_EditAudioMD extends Zend_Form
|
||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'class' => 'ui-button ui-state-default ui-button-text-only md-cancel',
|
'class' => 'ui-button ui-state-default ui-button-text-only md-cancel',
|
||||||
'label' => 'Cancel',
|
'label' => 'Cancel',
|
||||||
'onclick' => 'javascript:document.location="/Playlist"',
|
'onclick' => 'javascript:document.location = document.referrer',
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'ViewHelper'
|
'ViewHelper'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue