ember-caluma
ember-caluma copied to clipboard
Hidden and required on form question connection
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.