-
Type:
Technical Task
-
Status: Closed
-
Resolution: Completed
-
Affects Version/s: Master
-
Component/s: Forms
-
Labels:
-
Sprint:F&W #29 - Nov 07 - 18
-
Git Pull Request:
This can be reproduced 2 different ways
Steps to Reproduce with a Text Field
- Add 2 text fields
- Name one of the text fields "Number"
- Name second field "Text"
- Go to 'Rules' tab
- Set Rule: IF 'Number' is equal to 'Value' "1234" DO Show "Text"
- Save Rule
- Save Form
- Add Form to a page and select created Form
- Assert field Number is present and field Text is not present
- Input value "1234" in Number field
Steps to Reproduce with Radio Field (or Checkbox)
- Add a Radio and Text field
- Configure Radio field to have field name "Radio" and Options "1" and "2"
- Configure Text field to have field name "Text"
- Create Rule: IF 'Radio' is equal to 'Value' "1" DO Show "Text"
- Add Form to a page and select Radio option 1
Expected Result
In both scenarios, the field "Text" should show up on the Form portlet once the rule has been met.
Actual Result
Field "Text" does not appear when the rule has been met.
Reproduced on
Tomcat 8.0 + PostgreSQL 9.4
Portal master GIT ID baa39b6d3138ce2ceeb3137572890ccc0dd81999
- Discovered while testing
-
LPS-65185 As a form builder, I would like to allow a field to be visible, required or enabled, so that my form behaves dynamically depending on user responses.
-
- Closed
-