N°2737 - RenderBlockTemplate enhancement, uilinkswidget UIBlock refactor

This commit is contained in:
Eric
2020-12-16 11:05:30 +01:00
parent d2bc651fc6
commit 1b115624a2
25 changed files with 612 additions and 286 deletions

View File

@@ -152,6 +152,10 @@ class DisplayBlock
], DataTableFactory::GetAllowedParams()),
'list_search' => array_merge([
'update_history', /** bool add breadcrumb entry */
'result_list_outer_selector', /** string js selector of the search result display */
'table_inner_id', /** string html id of the results table */
'json', /** string */
'hidden_criteria', /** string search criteria not visible */
], DataTableFactory::GetAllowedParams()),
'search' => array_merge([
'baseClass', /** string search root class */