Actions
Defect #3355
closedRoles in the role request are not sorted by name, error when trying to sort them
Start date:
05/04/2023
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Peter Štrunc
Description
Roles in the role request are not sorted by name by default, as they used to be.
When you click on the column header "Role" to sort it, you get an error:
May 4 18:58:38 idmsnt czechidm[1023]: 2023-05-04 18:58:38.396 ERROR 10792704 --- [http-nio-8080-exec-6] eu.bcvsolutions.idm.core.exception.ExceptionControllerAdvice.log : [core:INTERNAL _SERVER_ERROR:f75a2573-b67f-46a6-96ff-feb40db30603] No property name found for type AccAccountConceptRoleRequest! ({}) May 4 18:58:38 idmsnt czechidm[1023]: org.springframework.data.mapping.PropertyReferenceException: No property name found for type AccAccountConceptRoleRequest! May 4 18:58:38 idmsnt czechidm[1023]: #011at org.springframework.data.mapping.PropertyPath.<init>(PropertyPath.java:94)
Files
Updated by Peter Štrunc over 1 year ago
- Target version changed from 13.0.5 to 13.0.6
Updated by Peter Štrunc over 1 year ago
- Status changed from New to In Progress
- Assignee set to Peter Štrunc
- Owner set to Peter Štrunc
Updated by Peter Štrunc over 1 year ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Peter Štrunc to Ondřej Kopr
- % Done changed from 0 to 80
https://github.com/bcvsolutions/CzechIdMng/pull/398
@kopro could you check it out, please?
Updated by Alena Peterová over 1 year ago
- Assignee changed from Ondřej Kopr to Peter Štrunc
Sorting works well now, thanks.
I noticed that the roles assigned to accounts are always ordered at the end of the table. I don't have any problem with that, maybe it's even intentional.
A approved the pull request, but I'm not authorized to merge it.
Updated by Peter Štrunc over 1 year ago
- Status changed from Needs feedback to Resolved
- % Done changed from 80 to 100
Merged
Actions