- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2020 12:16 AM
Hello ,
I have created new role update_set_admin to manage update set. Users with this role can:
- see update set picker (System property glide.ui.update_set_picker.role set to true and write roles (my new role added))
- see update sets created by themselves (ACL on sys_update_set READ CREATE DELETE WRITE) but they can see all Update sets ACL script is needed Please help with this
- see Local Update sets application module (new role added to module)
- they cannot move update sets (ACL READ created on sys_remote_update and sys_update_XML)
- edit other user update set Please help with this
Kind Regards
Marcin
Solved! Go to Solution.
- Labels:
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2020 12:14 AM
Ah. This is not create issue. This is read issue.
So you also have to create one * ACL. Try sys_update_set.* ACL.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2020 12:54 AM
Hi,
So you have two questions
1) You want to restrict the edit option for update set if they created it? If that right then try below ACL: use your role and check user_name field in your instance.
2)
- edit other user update set Please help with this? What do you want to do here?
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 04:50 AM
Hello ,
Thank you for your response
I want to non admin users with update_set_admin role be able to create and read only Update sets created by them (not admin Update sets ).For example:
Abel Tuter with update_admin role can see only own update sets.
i have created ACL WRITE nad READ with your code and role update_set_admin.
I have added this role to CREATE ACL
but cannot create new update set
Kind regards
Marcin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 11:20 AM
Take a look at this post. I used to this to limit the update sets to show only the one the user-created or the default ones.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 11:20 PM