Resolves gh-71 bug, so that admin views that has no fields are still accessible. Fixed gh-72 to insure all components on Joomla version 3.7.0 works and looks correctly. Please just recompile your components for Joomla v3.7.0

This commit is contained in:
2017-04-26 09:55:02 +01:00
parent 498c75dfcf
commit ea1edebc05
265 changed files with 1080 additions and 961 deletions

View File

@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.4.3
@build 8th April, 2017
@version 2.4.4
@build 26th April, 2017
@created 30th April, 2015
@package Component Builder
@subpackage settings_right.php
@@ -41,7 +41,10 @@ $fields = $displayData->get('fields') ?: array(
'note_add_folders',
'addfolders',
'spacer_hr_f',
'export_key'
'jcb_export_package_note',
'export_key',
'export_package_link',
'export_buy_link'
);
$hiddenFields = $displayData->get('hidden_fields') ?: array();