improved the redirect option to work even if the parent method returns false. Resolved gh-330 by addig a full width class
This commit is contained in:
@@ -34,6 +34,8 @@ $fields = $displayData->get('fields') ?: array(
|
||||
'php_save',
|
||||
'add_php_postsavehook',
|
||||
'php_postsavehook',
|
||||
'add_php_allowadd',
|
||||
'php_allowadd',
|
||||
'add_php_allowedit',
|
||||
'php_allowedit',
|
||||
'add_php_batchcopy',
|
||||
|
@@ -13,7 +13,7 @@
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
// set the defaults
|
||||
$items = $displayData->waefields;
|
||||
$items = $displayData->waffields;
|
||||
$user = JFactory::getUser();
|
||||
$id = $displayData->item->id;
|
||||
$edit = "index.php?option=com_componentbuilder&view=fields&task=field.edit";
|
||||
|
@@ -13,7 +13,7 @@
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
// set the defaults
|
||||
$items = $displayData->waolinked_components;
|
||||
$items = $displayData->waplinked_components;
|
||||
$user = JFactory::getUser();
|
||||
$id = $displayData->item->id;
|
||||
$edit = "index.php?option=com_componentbuilder&view=joomla_components&task=joomla_component.edit";
|
||||
|
Reference in New Issue
Block a user