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
To properly allow reusage of questions we should store the is_hidden and is_required JEXL on the FormQuestion instead of the Question itself. With this we would allow proper reusage of questions since they might have different JEXLs in different forms.
Right now, the only workaround for this is to create a new question for each form.
The text was updated successfully, but these errors were encountered:
To properly allow reusage of questions we should store the
is_hidden
andis_required
JEXL on theFormQuestion
instead of theQuestion
itself. With this we would allow proper reusage of questions since they might have different JEXLs in different forms.Right now, the only workaround for this is to create a new question for each form.
The text was updated successfully, but these errors were encountered: