Actions
Task #2966
closedidentity-role-complex-report - wrong value in the column AutomaticRole
Start date:
10/01/2021
Due date:
% Done:
100%
Estimated time:
Owner:
Description
The report "Identities and their role with complex combination with contracts attributes" (identity-role-complex-report) displays "false" in the column AutomaticRole for all roles, even if they are assigned automatically.
Version 2.2.0
Updated by Tomáš Doischer about 3 years ago
- Target version set to 271
This is strange, I will have to try and replicate it. Code looks reasonable, the check is done like this:
identityRoleDto.isAutomaticRole()
Updated by Tomáš Doischer about 3 years ago
- Status changed from New to In Progress
So the object actually isn't identityRoleDto, it is a pojo created to save the data from the executor. In the executor, whether or not an identity role is automatically assigned is not set anywhere, so this always results in false. I will fix it.
Updated by Tomáš Doischer about 3 years ago
- Status changed from In Progress to Needs feedback
- % Done changed from 0 to 80
Updated by Tomáš Doischer about 3 years ago
- Target version changed from 271 to 2.3.0
Updated by Tomáš Doischer about 3 years ago
- Status changed from Needs feedback to Resolved
- % Done changed from 80 to 100
Released.
Updated by Tomáš Doischer about 3 years ago
- Status changed from Resolved to Closed
Actions