Added Dynamic Router Implementation to resolve gh-74

This commit is contained in:
2018-01-24 00:05:57 +02:00
parent 850b5867e1
commit 1c20e2ef8b
39 changed files with 1648 additions and 1097 deletions

View File

@ -333,10 +333,10 @@ class ComponentbuilderModelAjax extends JModelList
return '';
}
public static function getImportScripts($type)
public static function getDynamicScripts($type)
{
// get from global helper
return ComponentbuilderHelper::getImportScripts($type);
return ComponentbuilderHelper::getDynamicScripts($type);
}
protected $functionArray = array(
@ -1881,7 +1881,7 @@ class ComponentbuilderModelAjax extends JModelList
$query['c']['table'] = 'custom_admin_view';
$query['c']['view'] = 'custom_admin_views';
$query['c']['select'] = array('id', 'system_name', 'default','php_view','php_jview','php_jview_display','php_document',
'js_document','css_document','css','php_model','php_controller');
'js_document','css_document','css','php_ajaxmethod','php_model','php_controller');
$query['c']['not_base64'] = array();
$query['c']['name'] = 'system_name';