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

Second nested form display index incorrect #137

Open
solvox opened this issue May 17, 2021 · 0 comments
Open

Second nested form display index incorrect #137

solvox opened this issue May 17, 2021 · 0 comments

Comments

@solvox
Copy link

solvox commented May 17, 2021

I added second level nested form and default index is incorrect, i have nested form for Question Model, and inside Question model I have nested form for Answer Model, Questions get correct index: 1, 2, 3 etc but Answers get incorrect ones.

It shoud be: Question 1 - Answer 1, Answer 2, Answer 3, Question 2 - Answer 1, Answer 2, Answer 3
Instead:

On create:
it is: Question 1 - Answer 1, Answer 1, Answer 1, Question 2 - Answer 2, Answer 2, Answer 2

On update:
it is: Question 1 - Answer 1, Answer 2, Answer 3, Question 2 - Answer 2, Answer 2, Answer 2

@solvox solvox changed the title Second nested form index incorrect Second nested form display index incorrect May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant