-
Notifications
You must be signed in to change notification settings - Fork 16
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
Questionnaire composition - Loop in host questionnaire based on referenced loop not working #669
Questionnaire composition - Loop in host questionnaire based on referenced loop not working #669
Comments
To be worked on after a pass on Eno |
When importing a questionnaire ("external element") in the front app, loops of this questionnaire are also imported in the UI. The issue: if the used defined a "linked loop" in the host questionnaire, based on a loop which come from a referenced questionnaire, the back doesn't set this linked loop scope's correctly. |
Actually seems that the de-refrencing process make the linked loop disappear in the output, working on it. |
It was a dumb mistake: when there are loops in a referenced questionnaire, the method was setting a new list of loops in the host (removing its own loops). (The problem was more generic than a linked loop issue.) |
No description provided.
The text was updated successfully, but these errors were encountered: