-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP66, 7.0.X, 7.1.10 DXP FP5, 7.1.10.1 SP1, 7.1.2 CE GA3, 7.1.X, Master
-
Component/s: Dynamic Data Mapping
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Story Points:0.25
-
Fix Priority:3
-
Git Pull Request:
Description:
Any data definitions created through the "copy" mechanism will contain the same data definitions as their source and visa versa.
This bug does not exist without LPS-85380. It is not reproducible in Master due to LPS-84919, but the code is still present and therefore should change.
Reproduction Steps:
- Go to Content > Dynamic Data Lists
- Click Kebab button -> Manage Data Definitions.
- Click Add button, create a data definition called "Data Definition".
- Click kebab button near "Data Definitions" -> Manage Templates. Create a Form Template named "test1".
- Click kebab button near "Data Definitions" -> Copy, give it name as "Data Definitions Copy". Then click Copy button. Do not check any box to copy templates.
- Kebab -> Manage Templates.
Expected Behavior: No templates displayed since no templates were copied.
Actual Behavior: One template with the title "test1 (Data Definition)".