I tried to update patient's DOB and DOD through REST. The new date values were not prestented in the UI (patient record form) even though the REST update was successful.
The example of this anomaly can be seen here:
https://vsdemo.phenotips.org/P0000003
https://vsdemo.phenotips.org/rest/patients/P0000003
TODO: document new JSON date format
Will be ported to 1.2.x once we agree on the format
In order to update dates correctly through REST we need to update "date as entered" fields, which are "fuzzy JSON dates" fields. For that we ideally should have the fuzzy JSON in the first place, which is covered by
I see this has a fixfor 1.2.6, is there anything that you need to commit in that branch?
Yes there is. Will work on that now