Topic: Update an entry
Hi,
when I try to update an entry (sample in this case), I send a submission including "updated_by_id", but when I read the updated sample there is still the old value for updated_by, the updated_on value is set correct.
I use Indicia 0.8.1b.
The submission:
submission: {
"id": "sample",
"fields": {
"smpAttr:23": {"value": "20"},
"id": {"value": "129512"},
"entered_sref_system": {"value": "258337"},
"updated_by_id": {"value": "8"},
"created_by_id": {"value": "8"},
"geom": {"value": "0106000..."},
"date": {"value": "2003-04-17"},
"record_status": {"value": "C"},
"survey_id": {"value": "6"},
"date_type": {"value": "D"},
"entered_sref": {"value": "3387176.4765820922, 5852800.5869723605"},
"website_id": {"value": "2"}
}
}
Regards Daniel
P.S.: Is this forum the right place to report bugs? Because I have on in the bugtacker which seems to be not seen?