Sychronization groups

Rita Mikusch asked on March 15, 2018 19:27

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.

Correct Answer

Peter Mogilnitski answered on March 16, 2018 14:26

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: Image Text 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.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Rita Mikusch answered on March 16, 2018 16:52

Thank you for the information ... great idea, I'll check that out.

A filter that sorts by ROLE would be the perfect solution.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.