Add role specific to bundles
Description
userbundle: ROLE_USER_MANAGER
blockbundle: ROLE_BLOCK_MANAGER
pagebundle: ROLE_PAGE_MANAGER
workflowbundle: ROLE_WORKFLOW_MANAGER
channelbundle: ROLE_CHANNEL_MANAGER
Deployment actions
Add roles to database and add to user groups which you want to give access
INSERT INTO `security_roles` (`id`, `name`, `label`, `description`, `hidden`) VALUES (NULL, 'ROLE_USER_MANAGER', 'User manager', NULL, ''), (NULL, 'ROLE_BLOCK_MANAGER', 'Block manager', NULL, ''), (NULL, 'ROLE_PAGE_MANAGER', 'Page manager', NULL, ''), (NULL, 'ROLE_WORKFLOW_MANAGER', 'Workflow manager', NULL, ''), (NULL, 'ROLE_CHANNEL_MANAGER', 'Channel manager', NULL, '');
Technical tasks
None
Activity
Show:
Marijn Otte
May 31, 2016, 10:48 AM
this is the issue