Fixed gh-629 to add a hidden title field when a view does not have a title field.

This commit is contained in:
2020-12-24 15:39:33 +02:00
parent 664c2d5f2a
commit 3bd2158b83
100 changed files with 557 additions and 68 deletions

View File

@ -27,6 +27,7 @@ $fields_tab_layout = 'fields_' . $layout_path_array[1];
// get the fields
$fields = $displayData->get($fields_tab_layout) ?: array(
'guid',
'title',
'created',
'created_by',
'modified',