v10.3.0
Feature
-
feat: allow calculated fields to depend on other calculated fields (
92a8c1b
) -
feat(options): implement is_hidden jexl on options
This commit adds an
is_hidden
jexl to Options. This will be evaluated
and enforced on saving of answers. Addiotionally, the Options got a new
filtervisible_in_document
. (38ca1c4
)
Fix
- fix(docker): install dependencies as caluma user (
9623107
)