Expanded the automatic DB update feature, to insure that any changes to a field name/datatype/lenght will now also create a DB update, resolve gh-241
This commit is contained in:
@ -30,7 +30,7 @@ defined('_JEXEC') or die('Restricted access');
|
||||
$form = $displayData->getForm();
|
||||
|
||||
$fields = $displayData->get('fields') ?: array(
|
||||
'spacer_hr_f',
|
||||
'spacer_hr_six',
|
||||
'note_on_contributors',
|
||||
'addcontributors',
|
||||
'emptycontributors',
|
||||
|
@ -31,11 +31,11 @@ $form = $displayData->getForm();
|
||||
|
||||
$fields = $displayData->get('fields') ?: array(
|
||||
'note_moved_views',
|
||||
'spacer_hr_a',
|
||||
'spacer_hr_one',
|
||||
'note_mysql_tweak_options',
|
||||
'spacer_hr_b',
|
||||
'spacer_hr_two',
|
||||
'note_add_custom_menus',
|
||||
'spacer_hr_c',
|
||||
'spacer_hr_three',
|
||||
'note_add_config'
|
||||
);
|
||||
|
||||
|
@ -31,10 +31,10 @@ $form = $displayData->getForm();
|
||||
|
||||
$fields = $displayData->get('fields') ?: array(
|
||||
'note_component_files_folders',
|
||||
'spacer_hr_d',
|
||||
'spacer_hr_four',
|
||||
'to_ignore_note',
|
||||
'toignore',
|
||||
'spacer_hr_e',
|
||||
'spacer_hr_five',
|
||||
'jcb_export_package_note',
|
||||
'export_key',
|
||||
'export_package_link',
|
||||
|
Reference in New Issue
Block a user