-
Type:
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.20 EE GA2, 6.2.0 CE M6
-
Fix Version/s: 6.2.0 CE B1
-
Component/s: Dynamic Data Mapping
-
Labels:
-
Environment:Tomcat 7.0 + MySQL 5. Portal 6.1.20 EE GA2.
Tomcat 7.0 + MySQL 5. Portal 6.2.X GIT ID: 5c2d61a7ff6b56e14d121483f9c444d2709ffa8d.
-
Fix Priority:4
Steps to reproduce:
- Start up 6.1.20 bundle
- Create a Structure
- Add a Text field named 'text'
- Add a Text Box field named 'text_box'
- Create a Template based on the structure, using the lines below in Launch Editor
<p>$text.getData()</p> <p>$text_box.getData()</p>
- Create a WC based on the structure --> put something memorable in each field
- Shut Down 6.1.20 bundle
- Make sure to add the following line in portal-ext for the 6.2.X bundle (and make sure the Home folder is the same directory as the 6.1.20 Home folder directory):
passwords.encryption.algorithm.legacy=SHA
- Without changing or deleting anything else, startup the 6.2.X bundle
- Add a WCD portlet displaying the upgraded article
- Go to > Control Panel > Web Content
- Create a Basic WC
- Go back to the Welcome page and Select Web Content in WCD portlet
Expected result:
Basic WC and upgraded WC (two articles total) will be present in the WCD list of articles.
Actual result:
Only WC from upgrade is present in WCD list of articles.