ember-caluma icon indicating copy to clipboard operation
ember-caluma copied to clipboard

Hidden and required on form question connection

Open anehx opened this issue 4 years ago • 0 comments

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.

anehx avatar Nov 17 '20 12:11 anehx