Hi,
I'd like to set kentico up so all content changes made by anybody belonging to a specific role are automatically added to a specific synchronization group.
I didn't find any admin tools that would do that ... so I guess I'd have to program it in the Global Event Handler?
thank you.
Are we talking about grouping synchronization tasks. The groups are shared by all users in the system and do not imply ownership of staging tasks. The only purpose of the groups is to allow filtering of tasks when performing synchronization. I would assume you just need to modify filters here: So if I understand correctly you want to add custom filter to your task unigrid: for example 'User Roles' after 'User'?
There is a table called staging_TaskGroupUser and class for it in Modules -> Staging ->Staging - TaskGroupUser (Class). You can can join this table to cms_userrole on userid. Take a look at Creating custom UniGrid filters.
staging_TaskGroupUser
cms_userrole
Thank you for the information ... great idea, I'll check that out.
A filter that sorts by ROLE would be the perfect solution.
Please, sign in to be able to submit a new answer.