-
Type:
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.20 EE GA2, 6.1.30 EE GA3
-
Fix Version/s: 6.1.20 EE GA2
-
Labels:
-
Environment:Windows 7: Tomcat 7 + SQL Server. 6.1.20 GA2
Windows 7: Tomcat 7 + SQL Server. 6.1.x-EE GIT ID: 790eeabccfaed0da076f937dfe5b12a8451b1de8.
-
Fix Priority:3
I am trying to fetch the journal articles using $journalContentUtil variable.
1. Created two web contents Webcontent1 with default structure, Webcontent2 with user defined structure and templates.
2. Retrieve the Webcontent1 using $journalContentUtil.getContent(10180, '11007', 'view', $themeDisplay.language-id, $xmlrequest) from the template of Webcontent2. (Put the ID of Webcontent1 into the spot of '11007')
3. Add Web Content Display to the portal and add the Webcontent2 to the display
Expected result: Webcontent 2 will appear, and will have Webcontent1 displaying within it.
Actual Result: See image below. Webcontent 1 does not display, but instead the $journalContentUtil variable.
This is related to http://issues.liferay.com/browse/LPS-25275 except this issue is environment specific to SQL Server, but is not a problem in Tomcat Mysql or Tomcat Oracle 11.
- is related to
-
LPS-25275 Unable to retrieve the journal articles using JournalContentUtil class
- Closed