- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 02:16 PM
Hello,
I have a user with the catalog_admin role creating catalog items. The user is unable to see the versions of the item. The form shows there are x versions but the tab displays the message "No records to display". I added some acl's in the sys_update_version table but didn't seem to help. How can this user see the versions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 02:26 PM
Hello Varun,
The Versions are stored in the sys_update_version table.
IF we check the read ACL for that table, we see that only users with the following roles can read information:
- admin
- teamdev_code_reviewer
- teamdev_user
I would recommend you to do one of two things:
- grant the role "teamdev_user" to your catalog_admin user so he/she will be able to see the versions;
- Create a new read acl for the sys_update_version table and sys_update_version.* to grant read permissions for users with catalog_admin role.
Hope this helps you!
Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Best Regards,
Filipe Cruz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 02:26 PM
Hello Varun,
The Versions are stored in the sys_update_version table.
IF we check the read ACL for that table, we see that only users with the following roles can read information:
- admin
- teamdev_code_reviewer
- teamdev_user
I would recommend you to do one of two things:
- grant the role "teamdev_user" to your catalog_admin user so he/she will be able to see the versions;
- Create a new read acl for the sys_update_version table and sys_update_version.* to grant read permissions for users with catalog_admin role.
Hope this helps you!
Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Best Regards,
Filipe Cruz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 07:38 AM
