Actions
Task #1051
closedPersistent type isn't changed in saveValues
Start date:
04/03/2018
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Please update behavior in method saveValues, there is compare values and set new value, but persistent types is not change.
DefaultFormService method saveValues line 442
Probably is needed only add
value.setOwnerAndAttribute(ownerEntity, attribute);
Updated by Ondřej Kopr over 6 years ago
- Assignee changed from Ondřej Kopr to Radek Tomiška
Updated by Radek Tomiška over 6 years ago
- Status changed from New to Needs feedback
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 0 to 90
I fixed saveValues method, when single attribute values are saved. The place from description was a good one, thx .)
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/15bb49b70453b52fac675c94569d5b5400500e9f
Could you do a feedback pls?
Updated by Vít Švanda over 6 years ago
- Assignee changed from Ondřej Kopr to Vít Švanda
Updated by Vít Švanda over 6 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I did review and test, works nice. Thanks.
Actions