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
airtime_mvc/application/forms
|
@ -136,7 +136,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 = document.referrer',
|
||||
'onclick' => 'javascript:document.location.href = "/Playlist"',
|
||||
'decorators' => array(
|
||||
'ViewHelper'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue