Task #836
closedAdd new default permission for AccAccount and AccIdentityAccount
100%
Description
Create new acc init application data, see example in reg module or core module.
after create init application for acc initialize two necessary permission for AccAccount and AccIdentityAccount
also add documentation.
Files
Updated by Ondřej Kopr about 7 years ago
- File new-permissions.png new-permissions.png added
- Status changed from New to Needs feedback
- Assignee changed from Ondřej Kopr to Vít Švanda
- % Done changed from 0 to 90
I created new init data for acc module. In this component check both application properties defined in InitDemoData (PARAMETER_DEMO_DATA_ENABLED and PARAMETER_DEMO_DATA_CREATED, i must set visibility of these attributes to public, is this ok?)
In InitDemoData also add check for default user role, this role may exists by InitAccApplicationData.
Start up initialization steps:- InitApplicationData (core),
- InitAccApplicationData (acc),
- InitDemoData (core).
i tested this behavior on clean installation and works, also test with installation that has already initialized demo data and new acc evaluators isn't initialized.
commit: https://github.com/bcvsolutions/CzechIdMng/commit/5b93fc5b0e26f011f7a7218ebd11cc8965d1272b
Vitek could you check this two new evaluators and their setting if is ok? Thank you :)
Updated by Vít Švanda about 7 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Ondřej Kopr
- % Done changed from 90 to 100
I did review, works and looks nice. Thanks for that.