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
Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:backend [2020/09/08 12:06]
tomiskar [Entity events]
devel:documentation:application_configuration:dev:backend [2020/09/08 12:23]
tomiskar [Bulk actions]
Line 608: Line 608:
  
 ==== Bulk actions ==== ==== Bulk actions ====
 +
 +@since 10.6.0
  
 In the application profile (''application.properties'') - overloadable via ''ConfigurationService''. In the application profile (''application.properties'') - overloadable via ''ConfigurationService''.
Line 618: Line 620:
  
 Common configuration properties for all bulk actions: Common configuration properties for all bulk actions:
-  * ''enabled'' - true / false  +  * ''enabled''**true** / false. 
-  * ''order'' - bulk action order (for FE only) +  * ''order'' - bulk action order (for FE only). Action provided default order in implementation. 
-  * ''icon'' - Icon on frontend (for FE only). Icon libraries can be used: ''component:'', ''fa:'', ''glyph:''.  +  * ''icon'' - Icon on frontend (for FE only). Icon libraries can be used: ''component:'', ''fa:'', ''glyph:''. Icon is loaded from FE locale by default
-  * ''level'' - bulk action level ~ button and icon color (for FE only). Available [[https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/backend/core/core-api/src/main/java/eu/bcvsolutions/idm/core/notification/api/domain/NotificationLevel.java|options]]+  * ''level'' - bulk action level ~ button and icon color (for FE only). Available options''success'' (default value), ''info'', ''warning'', ''error''
-  * ''deleteAction'' - true / false - Action deletes records (for FE only). Action will be in bottom menu section, is action is included in menu. +  * ''deleteAction'' - true / **false** - Action deletes records (for FE only). Action will be in bottom menu section, is action is included in menu.  
-  * ''quickButton'' - true / false - Render action as quick button (for FE only). The first available actions are rendered as buttons, if icon is defined. This configuration enforces rendering action as quick button (order is ignored).+  * ''quickButton'' - true / **false** - Render action as quick button (for FE only). The first available actions are rendered as buttons, if icon is defined. This configuration enforces rendering action as quick button (order is ignored).
  
  
  • by chalupat