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
Updated by Alena Peterová over 6 years ago
- Priority changed from Normal to High
We came across this situation for the second time (1. Helios, 2. Vema) -> increasing priority.
Please support org.joda.time.LocalDate in the synchronization of contracts EAV.
Updated by Radek Tomiška over 6 years ago
- Status changed from New to In Progress
- Target version set to Jade (8.1.0)
Updated by Radek Tomiška over 6 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Alena Peterová
- % Done changed from 0 to 90
I've added support for:
- org.joda.time.LocalDate
- String in ISO 8601 format
as value for DATE or DATETIME persistent type.
Could you do a feedback pls?
Updated by Alena Peterová over 6 years ago
- Assignee changed from Alena Peterová to Radek Tomiška
It works great, thanks!
Updated by Radek Tomiška over 6 years ago
- Status changed from Needs feedback to Closed
- % Done changed from 90 to 100
Thx!
Updated by Radek Tomiška over 6 years ago
- Related to Feature #527: Automatic basic type conversion for acc added
Actions