Issue Type: Bug Bug
Affects Versions: 1.2
Assignee: Roman Kovařík
Created: 08/Feb/13 10:10 AM
Description:
MigrationUtil.relativeToAbsolute("/someAbsolutePath","somerelativePath")
== //someAbsolutePath 

Which can produce unnecessary exception in Migration.travelExtends:

if (templateNode.getSession().itemExists(extendedPath)) {
    extendedNode = travelExtends(templateNode.getSession().getNode(extendedPath));
    } else {
       throw new Exception("Template is extending non-existing node!");
    }
}
Fix Versions: 1.2.1
Project: Magnolia Migration
Priority: Neutral Neutral
Reporter: Roman Kovařík
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: <[email protected]>
----------------------------------------------------------------

Reply via email to