Actions
Defect #3252
closedCannot return a role request back to the applicant
Start date:
02/06/2023
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
WF: changeIdentityRoles.bpmn20
Log:
Caused by: javax.script.ScriptException: groovy.lang.MissingMethodException: No signature of method: static java.time.format.DateTimeFormatter.forPattern() is applicable for argument types: (String) values: [dd. MM. yyyy HH:mm]
Updated by David Štekl almost 2 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from David Štekl to Tomáš Doischer
Had to replace the used DateTimeFormatter.forPattern() method with DateTimeFormatter.ofPattern().
Then it was possible to return a role request back to the applicant.
Git: https://github.com/bcvsolutions/CzechIdMng/tree/3252-return-role-request-back-to-applicant-fix
@doischert, can you take a look at it?
Updated by Tomáš Doischer almost 2 years ago
- % Done changed from 0 to 80
@stekld, can you please make a pull request?
Updated by David Štekl almost 2 years ago
Updated by Tomáš Doischer almost 2 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Tomáš Doischer to David Štekl
- % Done changed from 80 to 100
LGTM, merged to develop.
Updated by Tomáš Doischer almost 2 years ago
- Status changed from Resolved to Closed
- Target version changed from 13.1.0 to 13.0.1
Actions