Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:backend [2020/11/23 08:40]
tomiskar [Application/ Server]
devel:documentation:application_configuration:dev:backend [2020/11/23 10:00]
tomiskar [Application/ Server]
Line 77: Line 77:
 # Show role baseCode in frontend application for roles (table, role detail, niceLabel, info components, role select). # Show role baseCode in frontend application for roles (table, role detail, niceLabel, info components, role select).
 idm.pub.app.show.role.baseCode=true idm.pub.app.show.role.baseCode=true
-# Number of items (pagination) in role catalogue tree in one level. +# Number of items (pagination) in role catalogue tree in root level. 
-idm.pub.app.show.roleCatalogue.tree.pagination.size=25+idm.pub.app.show.roleCatalogue.tree.pagination.root.size=25 
 +# Number of items (pagination) in role catalogue tree in other levels. 
 +idm.pub.app.show.roleCatalogue.tree.pagination.node.size=25 
 +# Number of items (pagination) in tree node structure in root level. 
 +idm.pub.app.show.treeNode.tree.pagination.root.size=50 
 +# Number of items (pagination) in tree node structure in other levels. 
 +idm.pub.app.show.treeNode.tree.pagination.node.size=50
 # Available size options for tables in frontend application # Available size options for tables in frontend application
 idm.pub.app.show.sizeOptions=10, 25, 50, 100 idm.pub.app.show.sizeOptions=10, 25, 50, 100
  • by chalupat