Adds the option to overide the assignment in item dynamic custom gets.

This commit is contained in:
2022-01-21 16:41:54 +02:00
parent e5d599d5a5
commit 6a38523843
8 changed files with 42 additions and 27 deletions

View File

@ -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',
'dashboard_tab',
'php_dashboard_methods'
'php_dashboard_methods',
'dashboard_tab'
);
$hiddenFields = $displayData->get('hidden_fields') ?: array();