Defect #3026
openCzechIdMStatusNotificationTask contains duplicated values if user is created and enabled in same day
0%
Description
If you have situation that between 2 runs of CzechIdMStatusNotificationTask user is created and enabled, then this user is 2 times in report once without state and once with state.
The issue is in method getContractsStatus https://github.com/bcvsolutions/czechidm-extras/blob/develop/Realization/backend/idm-extras/src/main/java/eu/bcvsolutions/idm/extras/scheduler/task/impl/CzechIdMStatusNotificationTask.java#L499-L518
As a fix there has to be implemented some type of aggregation by user and select only the most recent IdmAuditDto.
Also it would be nice to have alphabetical order by username and support more identity state, because this empty field is confusing.
Updated by Alena Peterová almost 3 years ago
Ad identity state: The change from VALID to NO_CONTRACT is displayed as white line. It should be red, because it's the similar situation to the change from VALID to LEFT.
Updated by Peter Štrunc almost 3 years ago
- Target version changed from 3.4.0 to 3.5.0
Updated by Roman Kučera over 2 years ago
- Target version changed from 3.5.0 to 3.6.0
Updated by Peter Štrunc over 2 years ago
- Target version changed from 3.6.0 to 3.7.0
Updated by Peter Štrunc over 1 year ago
- Target version changed from 3.7.0 to 4.1.0
Updated by Peter Štrunc over 1 year ago
- Target version changed from 4.1.0 to 4.2.0
Updated by Peter Štrunc over 1 year ago
- Target version changed from 4.2.0 to 4.3.0