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
A certain question (is_collection, Checkboxes and Option) with checkboxes should show another conditional question when one of the checkboxes is selected.
New project (front end):
When starting a new Project and creating a first dataset, the conditional question appears (without having selected any checkbox). Upon selecting one (other) checkbox the conditional question disappears and progress appears. After this the conditional question and progress follow the normal behaviour when the special checkbox is selected.
Existing project (back end):
In another existing project, the condition does not resolve correctly anymore (possibly due to wrong set_index?).
The progress seems to show the total of all possible questions even when only one of the datasets has selected for this conditional question. (seems to show as if all datasets would have this conditional question)
Expected behaviour / Erwartetes Verhalten
Initially, don't appear. Progress total follows the questions/answers of the datasets.
Description / Beschreibung
A certain question (is_collection, Checkboxes and Option) with checkboxes should show another conditional question when one of the checkboxes is selected.
New project (front end):
When starting a new Project and creating a first dataset, the conditional question appears (without having selected any checkbox). Upon selecting one (other) checkbox the conditional question disappears and progress appears. After this the conditional question and progress follow the normal behaviour when the special checkbox is selected.
Existing project (back end):
In another existing project, the condition does not resolve correctly anymore (possibly due to wrong
set_index
?).The progress seems to show the total of all possible questions even when only one of the datasets has selected for this conditional question. (seems to show as if all datasets would have this conditional question)
Expected behaviour / Erwartetes Verhalten
Initially, don't appear. Progress total follows the questions/answers of the datasets.
Steps to reproduce / Schritte zum Reproduzieren
bit complicated to set up, see description
Context / Kontext
2.1.3
References / Verweise
rdmo/rdmo/projects/progress.py
Line 85 in 065d195
The text was updated successfully, but these errors were encountered: