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
{{ message }}
This repository was archived by the owner on Jul 29, 2023. It is now read-only.
If a question's enable when condition behavior is set to "At least one condition must be fulfilled", the enableBehavior property is not added to the resulting JSON. However, if it is set to "All conditions must be fulfilled" this property is added to the JSON.
Reproduction
Create a new survey.
Add three questions.
Create enable when rules on the third question dependent on answers to both of the prior questions.
Set the behavior to "At least one condition must be fulfilled".
Check the resulting JSON for the "enableBehavior" property, which should appear and be set to "any".
Expected behavior
The enableBehavior property should appear and be set to "any".
Description
If a question's enable when condition behavior is set to "At least one condition must be fulfilled", the enableBehavior property is not added to the resulting JSON. However, if it is set to "All conditions must be fulfilled" this property is added to the JSON.
Reproduction
Expected behavior
The enableBehavior property should appear and be set to "any".
Additional context
cc: @PSchmiedmayer
Code of Conduct
The text was updated successfully, but these errors were encountered: