Details
-
Bug
-
Status: Closed
-
TBD
-
Resolution: Cannot Reproduce
-
1.0, 1.1
-
None
-
None
-
Low
-
Description
This has not been experienced, it came up while reviewing code in a design meeting. Similar code may appear in other subresources and needs fixing.
In PersonNameResource.save, the PersonName provided in the method call will not be added unless there is no existing PersonName that is not equal to the parameter. However, since .equals is based on UUID, changes in the payload will not be saved.