-
Bug
-
Resolution: Fixed
-
Low
-
None
-
3
-
Minor
-
Issue Summary
Preview for JSM form does not load in some cases and displays error "something went wrong, refresh the page and try again. If the error persists, contact support"
This is reproducible on Data Center: (no)
Steps to Reproduce
This bug occurs if the JSON for the form is in an incorrect state. Currently, it is observed for radio buttons. In some cases, if the form has a radio button field, the JSON form will have empty children added. Ideally, only cascading fields can have children and not radio buttons. This puts the JSON in an inconsistent state.
- Create a new project form in Project Setting -> Forms
- Add a Cascading Dropdown field
- Add some parent and child options
- Select the Cascading Dropdown field
- Change the field type to Radio Buttons (or any other choice field types)
- Click Preview
Expected Results
Preview should works correctly. In the JSON file for the form, the radio buttons should not have any children added.
Actual Results
Preview is broken. The JSON file for the form has children added for radio buttons.
Workaround
Delete the options in the form field and manually add them again. This will fix the issue.
- is addressed by
-
REQIN-1529 Loading...