Details
-
Bug
-
Status: Verified
-
Resolution: Unresolved
-
7.0.10.14 DXP SP14, 7.0.X, 7.1.10 DXP FP18, 7.1.X, 7.2.10 DXP FP5, 7.2.10 DXP FP7, 7.2.X, 7.3.4 CE GA5
-
None
-
None
-
3
-
Data_Engine_7.4_09
Description
Description: Web Content Structure Builder fails to increment repeated field names inside a Separator Field on an edit. This causes loss of all edits on save.
Steps to reproduce:
- Content & Data > Web Content > Structures tab > Add new (blue plus)
- Name your structure "Test title"
- Drag and drop two separator fields
- For each separator, drag and drop a text field inside
- For each text field, change the FILED LABEL to the same value - "Test" - by double clicking on the field. ---> Notice that the NAME field is incremented - "Test" and "Test1"
- Save the structure
- Now open the structure again and add another Separator field
- Add a Text field inside the separator
- Name the Text field the same thing: "Test" --> Notice the field NAME is NOT incremented
- Save the structure
Expected Results: New text field NAME is incremented and saved OR an error is thrown with edits still present, allowing the user to fix them manually.
Actual Results: 'Error: The definition field name Test was defined more than once.' is thrown and all modifications are lost.
Notes:
- This behavior is repeatable with other field types, can mix and match.
- I cannot replicate this behavior without the separator field.