Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payload for Embedded-/Reference-Entities #24

Open
Pictor13 opened this issue Aug 8, 2016 · 1 comment
Open

Payload for Embedded-/Reference-Entities #24

Pictor13 opened this issue Aug 8, 2016 · 1 comment
Labels

Comments

@Pictor13
Copy link
Member

Pictor13 commented Aug 8, 2016

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 graste added the bug label Aug 23, 2016
@graste
Copy link
Member

graste commented Aug 23, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants