Actions
Defect #1209
closedSlice synchronization doesn't copy eav to contract
Start date:
08/13/2018
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
Please check and fix the problem with newly synchronized contract slice eav's, because this eav's wasn't copied to contract.
Founded on project.
Workaround: save contract slice directly, or by script: https://wiki.czechidm.com/priv/groovy_scripts/resave_slices
Updated by Vít Švanda over 6 years ago
- Status changed from New to Needs feedback
- Assignee changed from Vít Švanda to Ondřej Kopr
- % Done changed from 0 to 80
Problem was in the EAV event. That isn't used in sync. So the recalculate slice processor was not evaluated.
Fixed: Update ContractSlice event is thrown now (on update, create entity) in sync.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/39de9b55eb979c2ab87208eed504209dccc878f1
Updated by Ondřej Kopr over 6 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Vít Švanda
- % Done changed from 80 to 100
I merged your branch into hotfix/8.1.4. Thank you for fix this. Project is saved. EAV's are copy to contract now. Thank you.
Actions