Details
-
Bug
-
Resolution: Fixed
-
Critical
-
7.4.3
-
Unit
-
High
-
Medium
-
N/A
-
N/A
-
Description
The following JavaScript code:
var reference = XWiki.Model.resolve('wiki:Path.To.Page', XWiki.EntityType.DOCUMENT); var baseReference = XWiki.Model.resolve('wiki:Path.From.Page', XWiki.EntityType.DOCUMENT); XWiki.Model.serialize(reference.relativeTo(baseReference))
produces
To.Page
but it should output
Path.To.Page
because the space reference from the base reference is not fully matched.
Attachments
Issue Links
- is duplicated by
-
CKEDITOR-91 Link to sibling page is broken
- Closed