Resolved gh-418 by adding an on before cancel custom script area to the admin view.
This commit is contained in:
@@ -38,6 +38,8 @@ $fields = $displayData->get('fields') ?: array(
|
||||
'php_allowadd',
|
||||
'add_php_allowedit',
|
||||
'php_allowedit',
|
||||
'add_php_before_cancel',
|
||||
'php_before_cancel',
|
||||
'add_php_batchcopy',
|
||||
'php_batchcopy',
|
||||
'add_php_batchmove',
|
||||
|
@@ -13,7 +13,7 @@
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
// set the defaults
|
||||
$items = $displayData->wapfields;
|
||||
$items = $displayData->waqfields;
|
||||
$user = JFactory::getUser();
|
||||
$id = $displayData->item->id;
|
||||
// set the edit URL
|
||||
|
@@ -13,7 +13,7 @@
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
// set the defaults
|
||||
$items = $displayData->wazlinked_components;
|
||||
$items = $displayData->wbalinked_components;
|
||||
$user = JFactory::getUser();
|
||||
$id = $displayData->item->id;
|
||||
// set the edit URL
|
||||
|
Reference in New Issue
Block a user