-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP FP36, 7.0.X, Master
-
Fix Version/s: 7.0.0 DXP FP40, 7.0.0 DXP SP7, 7.0.5 CE GA6, 7.0.X, 7.1.0 M1, 7.1.X, Master
-
Component/s: Dynamic Data Mapping > Upgrades
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:2
-
Git Pull Request:
Steps to reproduce it:
- Startup a 6.1.30
- Create a Journal Structure with an image field with name image_field
- Create a Template for that Structure
- Create a Web content using that structure and fill the image field with an image. Publish it.
- Execute the following query and check that the elName field matches with the previous entered name image_field:
SELECT * FROM JournalArticleImage
- Upgrade to master/DXP/7
- Execute the following query
SELECT * FROM JournalArticleImage
Results:
The elName field doesn't match with the previous entered name image_field. The value now is image
Expected Results:
The elName field matches with the previous entered name image_field.
- is caused by
-
LPS-62881 Web Content with repeatable images structure loses content after edition
- Closed