You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new resource with a payload that raises validation errors, then the Entity lists are not repopulated with the posted payload.
Example steps:
Create view -> Add entries in an entity-list -> Fill another field with invalid data (to come back to the view, after submitting) -> The entity-list doesn't have the previously selected entries.
The text was updated successfully, but these errors were encountered:
Guess: Payload is generated via javascript and then sent to server, but the serverside-rendering doesn't know about the not-yet-stored references etc. and thus doesn't create the html/dom needed for the FormPopulationFilter to actually refill the dom.
When creating a new resource with a payload that raises validation errors, then the Entity lists are not repopulated with the posted payload.
Example steps:
Create view -> Add entries in an entity-list -> Fill another field with invalid data (to come back to the view, after submitting) -> The entity-list doesn't have the previously selected entries.
The text was updated successfully, but these errors were encountered: