Change By: Roman Kovařík (08/Feb/13 10:14 AM)
Description: {code}
MigrationUtil.relativeToAbsolute("/someAbsolutePath","somerelativePath")
==
 "  //someAbsolutePath /somerelativePath"  
{code}
Which can produce unnecessary exception in Migration.travelExtends:
{code}
if (templateNode.getSession().itemExists(
extendedPath absolutePath )) {
    extendedNode = travelExtends(templateNode.getSession().getNode(extendedPath));
    } else {
       throw new Exception("Template is extending non-existing node!");
    }
}
{code}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to