Updates marked JS package. Adds more events to the compiler. Fix gh-841 database issue (IF NOT EXISTS). Update Agerix banner link. Adds more clone options.
This commit is contained in:
@ -28,8 +28,8 @@ $fields_tab_layout = 'fields_' . $layout_path_array[1];
|
||||
// get the fields
|
||||
$fields = $displayData->get($fields_tab_layout) ?: array(
|
||||
'note_php_dashboard_note',
|
||||
'php_dashboard_methods',
|
||||
'dashboard_tab'
|
||||
'dashboard_tab',
|
||||
'php_dashboard_methods'
|
||||
);
|
||||
|
||||
$hiddenFields = $displayData->get('hidden_fields') ?: array();
|
||||
|
Reference in New Issue
Block a user