Actions
Defect #3233
closedLast contract end notification task fails with null pointer
Start date:
12/08/2022
Due date:
% Done:
100%
Estimated time:
Description
If a contract has no specific end, the task will eventually fail due to a null pointer.
The null pointer is here: https://github.com/bcvsolutions/czechidm-extras/blob/3119145287ccd000fd03544a99cdea71f7a5a54f/Realization/backend/idm-extras/src/main/java/eu/bcvsolutions/idm/extras/scheduler/task/impl/LastContractEndNotificationTask.java#L476
Updated by Tomáš Doischer about 2 years ago
- Status changed from New to Needs feedback
- Assignee changed from Tomáš Doischer to Ondřej Kopr
- % Done changed from 0 to 80
Implemented: https://github.com/bcvsolutions/czechidm-extras/pull/86
@kopro, can you take a look at it, please?
Updated by Ondřej Kopr about 2 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Tomáš Doischer
- % Done changed from 80 to 100
Thanks for fix the null pointer! LGTM
Updated by Peter Štrunc over 1 year ago
- Target version changed from 3.6.2 to 3.7.0
Actions