-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, Master
-
Fix Version/s: 7.1.10 DXP FP15, 7.1.X, 7.2.10 DXP FP3, 7.2.X, 7.2.1 CE GA2, 7.3.10 DXP GA1, Master
-
Component/s: Forms
-
Branch Version/s:7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:5
-
Last Working Version:
-
Sprint:Forms_7.3_8
-
Git Pull Request:
PREREQUISITE: set the system property -Dhttp.nonProxyHosts=*.local,169.254/16 before running the app server. For Mac OS computers, this is defaulted in the Operating System's System Preferences.
Steps to reproduce:
- Navigate to Content > Forms;
- Add a form named "Address";
- Add two text field named "Postal code" and "Prefectures" as required fields;
- Navigate back to Forms home and add a data provider as the following settings:
- Name: zipcloud
- URL: "http://zipcloud.ibsnet.co.jp/api/search?zipcode={zipcode}"
- Inputs:
- Label: zipcode
- Parameter: zipcode
- Type: Text
- Required: true
- Outputs:
- Label: prefecture
- Path: $.results[0].address1
- Type: Text
- Navigate back to Forms home and select "Address";
- Add a rule as the following settings:
- If Field [Postal Code] is not empty Autofill [Prefectures] from Data Provider zipcloud
- Add a form portlet to any page and set "Address" form;
- Input "1500000" to "Postal code" field.
Actual result:
Prefectures field is not filled with provided value.
Expected result:
Prefectures field should be filled with "東京都".
- is caused by
-
LPS-100862 REST Data Provider in Forms doesn't populate when nonProxyHost is in use
- Closed
- is related to
-
LPS-95149 [Investigation] The Data Provider is not being shown when creating an action with Autofill at Rule builder (only reproducible on CI)
- Open
- relates
-
LPS-103048 Create automated test to cover use case of LPS-102616
-
- Open
-