CC-3939: Media Library -> Edit Metadata: click 'Cancel' will keep in editing
page after error message appears - fixed
This commit is contained in:
parent
fb533bed07
commit
e35692e588
|
@ -136,7 +136,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 = document.referrer',
|
'onclick' => 'javascript:document.location.href = "/Playlist"',
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'ViewHelper'
|
'ViewHelper'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue