N°769 Portal: Add parameter to set default list length in ManageBrick and BrowseBrick

This commit is contained in:
Stephen Abello
2019-08-07 10:22:22 +02:00
parent b8a04cb842
commit e8c0bcfbb2
7 changed files with 82 additions and 3 deletions

View File

@@ -1188,6 +1188,8 @@
</availables>
<default>list</default>
</browse_modes>
<!-- Optional. Set the default number of item lists will display. -->
<!-- <default_list_length>20</default_list_length> -->
<data_loading>auto</data_loading>
<!-- lazy|full|auto. Let the consultant choose if the list/tree data are load progressivly at each page/level or in one-shot or if it is up to the system regarding the "lazy_loading_threshold" parameter -->
</brick>
@@ -1258,6 +1260,8 @@
</tabs>
<!-- Implicit grouping on y axis by finalclass -->
</grouping>
<!-- Optional. Set the default number of item lists will display. -->
<!-- <default_list_length>20</default_list_length> -->
<data_loading>full</data_loading>
<export>
<export_default_fields>true</export_default_fields>