Payload for Embedded-/Reference-Entities
Opened this issue · 1 comments
Pictor13 commented
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.
graste commented
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.