CMDB Workspace - Visual bug when adding other roles to Reassign button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
In the CMDB Workspace, there is a button "Reassign" on the list views of "My Work" when managing CMDB tasks:
Out-of-the-box, this declarative action is only visible for users with the "data_manager_admin" role:
Since data_manager_admin provides too much access for the average CMDB user, I instead tried adding the data_manager_user role.
This however causes a visual bug. When I impersonate a user with the data_manager_user role and try to reassign a task, it shows the same user in duplicates of 5, 6 or sometimes even 10 even though that user exists only once on the sys_user table:
What i've also noticed in the amount of users being queried in the filtering:
data_manager_admin = 383 users
data_manager_user = 3064 users (probably due to the duplicates)
This also seems to be the case when I try adding other roles.
Does anybody know if there's any other configuration required, other than adding the role to the declarative action?
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!
