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
Actions