Actions
Task #1076
closedAdd JodaTime to DATE and DATETIME types of EAV
Start date:
04/18/2018
Due date:
% Done:
100%
Estimated time:
Owner:
Description
When synchronizing EAVs of type DATE or DATETIME, the type org.joda.time.LocalDate is not supported. On the other hand, the contract attributes validTill and validFrom require this type.
Please support org.joda.time.LocalDate for EAV to be consistent. Now we have to write 2 different transformation scripts when synchronizing date values for contracts.
The exception:
eu.bcvsolutions.idm.core.api.exception.ResultCodeException: Form value [2020-02-16] for attribute [340ea78b-194c-4275-ac69-7be91dc47dcf] has to be type of [DATE], given [org.joda.time.LocalDate]
Related issues
Actions