#1391 - to make a User with a specific Role to assign records only to himself
Hi, Is it possible to make a User with a specific Role to assign records only to himself?
Thanks in advance,
Mayer
Hi, Is it possible to make a User with a specific Role to assign records only to himself?
Thanks in advance,
Mayer
9 years ago
Anything is possible, but this isn't possible with SecuritySuite. It can be done, but would require some core file changes in include/utils.php to filter the list of available users to just the current user depending on the current user's roles. Look for where "SECURITY GROUPS" is marked in that file and you will find both the functions that will need to be touched.
Hope that helps! -Jason
9 years ago
Thank you very much
9 years ago
Will modifyinfg include/utils.php be useful to filter users also?
I mean when you have to select user to see in shared calendar
9 years ago
Yes, exactly.
9 years ago
Thanks again