Resolved gh-418 by adding an on before cancel custom script area to the admin view.
This commit is contained in:
@ -141,7 +141,7 @@ class ###Component###Controller###View### extends JControllerForm
|
||||
$this->refid = $this->input->get('refid', 0, 'int');
|
||||
|
||||
// Check if there is a return value
|
||||
$return = $this->input->get('return', null, 'base64');
|
||||
$return = $this->input->get('return', null, 'base64');###JCONTROLLERFORM_BEFORECANCEL###
|
||||
|
||||
$cancel = parent::cancel($key);
|
||||
|
||||
|
Reference in New Issue
Block a user