Nodetype defintiion is not correct for version 1.2.1
----------------------------------------------------
Key: MGNLFORUM-115
URL: http://jira.magnolia-cms.com/browse/MGNLFORUM-115
Project: Magnolia Forum Module
Issue Type: Bug
Affects Versions: 1.2.1
Reporter: Christian Ringele
Assignee: Grégory Joseph
Fix For: 1.2.2
When updating the forum module from 1.1 to 1.2.1 it expects two new values on
the custom_nodetype.xml:
{code}
<propertyDefinition autoCreated="false" mandatory="false"
multiple="false" name="mgnl:ordering_info"
onParentVersion="COPY"
protected="false" requiredType="String" />
{code}
and
{code}
<childNodeDefinition autoCreated="true"
defaultPrimaryType="mgnl:metaData" mandatory="true"
name="MetaData"
onParentVersion="COPY" protected="false"
sameNameSiblings="false">
<requiredPrimaryTypes>
<requiredPrimaryType>mgnl:metaData</requiredPrimaryType>
</requiredPrimaryTypes>
</childNodeDefinition>
{code}
But when installing the forum module directly with version 1.2.1, these
definitions are not added, because they are missing in the file:
http://svn.magnolia-cms.com/svn/community/modules/forum/tags/magnolia-module-forum-1.2.1/src/main/resources/mgnl-nodetypes/magnolia-forum-nodetypes.xml
--
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]>
----------------------------------------------------------------