Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 7.4.3
-
Fix Version/s: 8.2-milestone-2, 7.4.4
-
Component/s: Web - Templates & Resources
-
Labels:
-
Tests:Unit
-
Development Priority:High
-
Difficulty:Medium
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
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
-