Replies: 5 comments 8 replies
-
Add docs on how to add/modify flavors, including
h/t @f-odhiambo |
Beta Was this translation helpful? Give feedback.
-
To include these contents later Category: Form authoring (Things to look out for when writing your forms)
{
"enableWhen": [
{
"question": "cf0093a9-1e38-422b-fc81-273caa0bb48a",
"operator": "=",
"answerCoding": {
"system": "urn:uuid:d3051c21-8668-412e-a2dd-105cf274b260",
"code": "no"
}
},
{
"question": "94357450-e603-49f7-899c-464ecd10ddd1",
"operator": "=",
"answerCoding": {
"system": "urn:uuid:4ae66618-142d-4e2c-dd66-5d63c14b83a9",
"code": "no"
}
},
{
"question": "14648d8c-c88f-40be-9f25-66d7ba621482",
"operator": "=",
"answerCoding": {
"system": "urn:uuid:08516020-d926-4463-863e-d6f45b0d317b",
"code": "no"
}
}
],
"enableBehaviour":"all"
} |
Beta Was this translation helpful? Give feedback.
-
Documentation required for RBAC (Role Based Access)
|
Beta Was this translation helpful? Give feedback.
-
Documentation required for Multi-Language Support
|
Beta Was this translation helpful? Give feedback.
-
Rules engine library on maintenance modeThe Rules Engine library we are using is currently in maintenance mode. The version is compatible with JEXL libraries v3.1...v3.2.1, but cannot work with the latest version v3.3 of JEXL. We could explore the following options:
|
Beta Was this translation helpful? Give feedback.
-
This is a discussion to record anything missing from the docs. Also feel free to submit a PR and update the docs directly. But if you don't have time for that, or are not sure where in the docs it goes but know it should be in the docs, please add a thread here.
Below is an aggregated task list of docs that are remaining to add, we can check them off as we've merged PRs for them.
RBAC (Role Based Access)
How to add/modify flavors, including
Form authoring
enableWhen
expressions are accompanied by theenableBehaviour
attribute in order to avoid form crashes.enableBehaviour
defines whether the expressions on theenableWhen
are to useand
oror
logic.enableBehaviour
options areany
foror
&all
forand
enableWhen
andenableBehaviour
attribute.Multi-Language Support
Beta Was this translation helpful? Give feedback.
All reactions