Actions
Defect #2637
closedLRT: IdentityRoleExpirationTaskExecutor process duplicate assigned roles (duplicate role requests are created in the cycle)
Start date:
01/11/2021
Due date:
% Done:
100%
Estimated time:
Description
IdentityRoleExpirationTaskExecutor uses pagination and removes assigned roles by assynchronous role requests => duplicate role requests are created in the cycle.
Related issues
Updated by Radek Tomiška almost 4 years ago
- Related to Task #2053: IdentityRoleExpirationTaskExecutor fails if HrEndContractProcess removes the identity role first (and vice versa) added
Updated by Radek Tomiška almost 4 years ago
- Related to Defect #2605: Automatic role by attribute generates duplicate role requests and assignes subroles directly added
Updated by Radek Tomiška almost 4 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
Pagination is not used in long running task, commit:
https://github.com/bcvsolutions/CzechIdMng/commit/5165d11b38556e305a2d69c4170a3133f30b2f82
Could you provide me a feedback, please?
Updated by Vít Švanda almost 4 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I did review and tested it. I like loading of all IDs first, thanks for this fix.
Updated by Radek Tomiška almost 4 years ago
- Status changed from Resolved to Closed
Version 10.6.5 released:
https://github.com/bcvsolutions/CzechIdMng/releases/tag/10.6.5
Actions