Task #3127
closedAdd the option to show role criticality and description in the table of assigned roles
100%
Description
It is important for some users to see what the role does (description) and if it needs to be approved (criticality).
Files
Related issues
Updated by Tomáš Doischer over 2 years ago
- Related to Defect #3027: Missing column with contracts in the assigned roles table, role attributes can't be hidden from dashboard added
Updated by Tomáš Doischer over 2 years ago
- Status changed from New to In Progress
- Assignee changed from Roman Kučera to Tomáš Doischer
- Target version set to 13.0.0
Updated by Tomáš Doischer over 2 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Tomáš Doischer to Peter Štrunc
- % Done changed from 0 to 80
Implemented.
PR: https://github.com/bcvsolutions/CzechIdMng/pull/215
Documentation: https://wiki.czechidm.com/devel/documentation/application_configuration/dev/backend#applicationserver (under idm.pub.app.show.identityRole.table.colum)
Updated by Tomáš Doischer over 2 years ago
- Has duplicate Feature #3033: Add option to display role description in the table of assigned roles added
Updated by Tomáš Doischer over 2 years ago
- Sprint set to Sprint 12.3-1 (srp 03 - srp 17)
Updated by Peter Štrunc over 2 years ago
- Status changed from Needs feedback to Resolved
- % Done changed from 80 to 100
LGTM. Merged to develop
Updated by Tomáš Doischer over 2 years ago
- Assignee changed from Peter Štrunc to Tomáš Doischer
Updated by Alena Peterová over 2 years ago
- File role_request.png role_request.png added
- File dashboard_roles.png dashboard_roles.png added
- File identity_roles.png identity_roles.png added
- [important] We need those two columns also in the role request form, see the original request from our customer (#3033)
When adding new roles, they need to see the criticality of the role in order to know that an approval process will follow and the roles will not be assigned immediately
- The column for the description is not very wide and its width is fixed, it doesn't look well if the description is longer. (Especially if there were more roles with longer description)
- The dashboard ignores the configured order of the columns
-------------
Tested on current develop, configuration:
idm.pub.app.show.identityRole.table.columns=role, priority, description, identityContract, contractPosition, validFrom, validTill, directRole, automaticRole, incompatibleRoles
idm.pub.core.identity.dashboard.skip=false
idm.pub.app.show.environment=false
Updated by Tomáš Doischer over 2 years ago
@apeterova, thank you for the suggestions. Can you please create a new ticket for them?
Updated by Alena Peterová over 2 years ago
- Related to Task #3192: Role criticality and description - display in role request, dashboard, width added
Updated by Tomáš Doischer almost 2 years ago
- Status changed from Resolved to Closed