Tag EDITBAR creates paragraph node on root level
------------------------------------------------
Key: MAGNOLIA-2740
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2740
Project: Magnolia
Issue Type: Bug
Components: taglibs
Affects Versions: 4.0.1
Environment: Mg 4.1, Tomcat 6, Windows XP, FireFox
Reporter: Giancarlo Berner
Assignee: Fabrizio Giustina
Priority: Critical
In an exercise we are doing a "Top Level" paragraph:
<%-- Draw the Edit Bar with the Edit button to show the Dialog --%>
<cms:editBar paragraph="exerciseTitle"
contentNodeName="exerciseTitle"
editLabel="Edit Exercise Title"
moveLabel=""
deleteLabel=""/>
<%-- Run the script defined in the paragraph
template property "templatePath" --%>
<cms:includeTemplate contentNodeName="exerciseTitle" />
In 3.6.5 and prior versions the tag created a paragraph node "exerciseTitle"
(type 'ContentNode') as child of the current Web page (type 'Content').
But in 4.1 the paragraph node is placed on the root level.
- Tried with sub pages, paragraph node still ends up on root level
- Added attribute "contentNodeCollectionName", that paragraph list node is also
created on root level
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------