-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.1.0 Beta 1, 7.1.X, Master
-
Component/s: Forms
-
Labels:
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
- Go to Forms Admin
- Add a Form with a Text field having the label Text Field 1
- Duplicate the Text field
- Assert the label of the duplicated Text field is Copy of Text Field 1.
- Observe the field name of the duplicated Text field.
Expected result:
The field name of the duplicated Text field should be CopyofTextField1, it should be kept consistent with the label name.
Actual result:
The field name of the duplicated Text field is TextField1.
- Discovered while testing
-
LPS-73429 After duplicate a Form field, the duplicated Form field is named incorrectly
- Closed