-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X
-
Fix Version/s: 7.0.0 DXP FP55, 7.0.0 DXP SP9, 7.0.X
-
Component/s: Staging > Export/Import, ~[Archived] WCM
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:0.25
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
- Create site test_site1
- Upload an image to Documents and Media
- Create a structure with a ddm-image field in it
- Create a template for the structure with an image script in it (something like this to display the fileEntryId)
<#if Imagee5oc.getData()?? && Imagee5oc.getData() != ""> ${Imagee5oc.getAttribute("fileEntryId")} <img alt="${Imagee5oc.getAttribute("alt")}" data-fileentryid="${Imagee5oc.getAttribute("fileEntryId")}" src="${Imagee5oc.getData()}" /> </#if>
- Create a Web Content article using the structure, use the uploaded image, Publish it
- Go to the Web Content, and Preview it, to check the fileEntryId
- Export the test_site1 (Documents and Media, Web Content)
- Create site test_site2 and import the LAR file to it.
- See the imported Web Content's Preview again with the fileEntryId in it
Expected behavior: The fileEntryId of the imported Web Content article should be different from test_site1's fileEntryId.
Actual behavior: The fileEntryId is the same.