When editing this ‘created_at’ field, the value should be updated.
Actual behavior
The value is not updated. The new value is not sent in the request to the backend. If other fields are updated at the same time, their value is updated, but not this field.
Context
Please provide any relevant information about your setup.
I have a field named “created_at”. At first it was set as read-only in the front-end (so maybe your application detects this field name and treat it specifically. In the model, this field has a “normal” definition).
I disabled this “read-only” setting so now i can edit it manually with the usual “edit” form.
But the new value is not saved.
I looked at the request sent to the server, and the value sent for this field is the previous one, not the new one i entered.
Ps: i think your team is french, i’m too so we can speak in french, if it may help understanding
Sorry, but we enforce english here so that everyone can benefit from the discussions
Can you share the model of the collection on which you have the issue ?