-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE RC1, 6.2.0 CE M2
-
Fix Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2, --Sprint 11/12, 6.2.0 CE M2
-
Component/s: Web Content > Web Content Administration
-
Environment:Tomcat 7.0 + MySQL 5. 6.1.x GIT ID: 17576433ae3ecb8459a5a260c40a8fe7205b5dbc.
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Epic/Theme:
-
Fix Priority:5
-
Git Pull Request:
When the user republishes a web content article with an image in the structure and localized content, the image is not published again and disappears after the user refreshes the page.
Steps taken:
1. Add a page.
2. Add the WCD portlet.
3. Add an article with the following properties:
- Add a structure with the following fields:
- Head
- ImageBox
- Image
- Save.
- Add a template with the following Velocity properties:
- <h2>$Head.getData()</h2>
- $ImageBox.getData()
- <img src="$Image.getData()"/>
- Save.
4. Enter a title in the Title and Head fields. Flag the localizable check box.
5. Enter content in the ImageBox field. Flag the localizable check box.
6. Upload an image. Do NOT flag the localizable check box.
7. Publish the article.
8. Click the Edit icon.
9. Click the Add Translation button.
10. Select Spanish (Spain).
11. Using Google Translate, enter the content of the article into the translator and then paste the content into the fields.
12. Save the translation.
13. Publish the article again.
14. Refresh the screen. The image disappears.
- relates
-
LPS-28384 User is unable to preview an image in Web Content
- Closed