Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Trunk
-
None
-
None
Description
Entity Auto services set remaining fields to null when passed only required fields.
For example : Suppose we want to update only noteInfo field of a Note. I used Service updateNote from webtools passed only noteId and noteInfo.
Expected : Only noteInfo field should be updated.
Actual : All fields other than noteId and noteInfo is set to null.
Attachments
Issue Links
- is related to
-
OFBIZ-8722 Update Services set non-pk fields to null, if only passed pks
- Closed