Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 6.0.12 EE, 6.1.20 EE GA2, 6.2.0 CE M3
-
Fix Version/s: --Sprint 11/12, 6.2.0 CE M2, 6.2.0 CE M3
-
Component/s: WCM, WCM > Web Content Administration
-
Labels:None
-
Fix Priority:3
-
Similar Issues:
Description
Steps to reproduce:
1. Add the following structure and template.
Structure:
<?xml version="1.0"?>
<root>
<dynamic-element name="Banner" type="image" index-type="" repeatable="false"/>
</root>
Template:
<img src="$Banner.getData()" ></img>
2. Add a web content with this structure without checking the localized check-box.
3. Updated the web content with checking the localized check-box and save.
4. When you add this web content to the page you will find the image lost in the article. However, data exists in the database.
