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
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
I'm using a "questions > answers" nested repeater: the question layout contains a second repeater for its questions:
I'm expecting that dragged questions will bring also the answers inside.
Actual Behavior
When I drag a question, it is correctly moved to the new position, but the answers are visually duplicated (if I have answer a, b, c I will get a, b, c, a, b, c -- but when I save they aren't stored duplicated in the database). In addition of this, the index of the "group" of fields of the answers isn't updated, so when I save they are saved to another question. << this is the major problem because it screws up the data
Steps to Reproduce the Problem
This is the layout of the question repeater, that is creating a nested repeater for the answers:
Expected Behavior
I'm using a "questions > answers" nested repeater: the question layout contains a second repeater for its questions:
I'm expecting that dragged questions will bring also the answers inside.
Actual Behavior
When I drag a question, it is correctly moved to the new position, but the answers are visually duplicated (if I have answer a, b, c I will get a, b, c, a, b, c -- but when I save they aren't stored duplicated in the database). In addition of this, the index of the "group" of fields of the answers isn't updated, so when I save they are saved to another question. << this is the major problem because it screws up the data
Steps to Reproduce the Problem
This is the layout of the question repeater, that is creating a nested repeater for the answers:
Specifications
The text was updated successfully, but these errors were encountered: