-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, Master
-
Component/s: Forms
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Fix Priority:5
-
Last Working Version:
-
Git Pull Request:
-
QA Test Score:10
Steps to Reproduce Autocomplete:
- Go to Content > Forms
- Go to settings > Data Providers
- Add a new Data Provider
- Input fields and configure Output.
- URL http://localhost:8080/api/jsonws/country/get-countries
- User Name: [email protected]
- Password: test
- Label: Countries Full Name
- Path: nameCurrentValue
- Type: List
- Save data provider
- Go to Forms
- Add a new Form
- Add a Text field
- Go to text field sidebar Properties
- Configure Autocomplete with the created data provider
- Publish form
- Go to Publication URL
- Start to input the name of a country into the text field
Expected Result:
Autocomplete options display.
Actual Result:
No autocomplete from data provider.
Steps to Reproduce Select from List:
- Add a new Form
- Add a Select from List field
- Set options From Data Provider
- Choose the created Data Provider
- Publish form
- Go to Publication URL
- View options for Select from List
Expected Result:
Values from Data Provider display.
Actual Result:
No available options in the Select field.
No console or Javascript errors thrown.
- is caused by
-
LPS-83430 Improve DDM Structure and Version creation performance
-
- Closed
-