-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M3
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: Web Content > Web Content Administration
-
Labels:
-
Environment:Tomcat 7.0.27 + MySQL 5. Portal 6.2.x GIT ID: 6d280617f28523c41bd9dae101c9b948eb6abaf0.
-
Fix Priority:3
Steps to Reproduce:
- Create a structure with the following fields:
- Field 1
- Item: Text
- Name: Head
- Field 2
- Item: Textarea
- Name: Content
- Field 1
- Create a template for the structure
- Enter the following in the script editor:
<div> <h1>$Head.getData()</h1> <p>$Content.getData()</p> </div>
- Add a web content based on the structure/template
- Add a web content display portlet
- Display the web content
- Assert the following displays:
$Head.getData() $Content.getData()
- Assert the following displays:
Within the web content display portlet, what should be displayed is the values entered when creating the web content. The Head text should also be formatted to h2.