Details
-
Bug
-
Resolution: Fixed
-
Critical
-
13.10.3
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
Steps to reproduce
- Create page Sandbox.ABC.WebHome
- Create page Sandbox.ABC.DEF.WebHome
- Add the following content to Sandbox.ABC.Webhome:
[[test1>>page:./DEF]] {{velocity}} [[test2>>page:$services.model.resolvePage('./DEF')]] {{/velocity}} [[test3>>page:../../Sandbox]] {{velocity}} [[test4>>page:$services.model.resolvePage('../../Sandbox')]] {{/velocity}}
Actual result
- The link on "test1" gets resolved into a reference to "Main.DEF.WebHome"
- The other links are resolved as expected
Expected result
- The link on "test1" gets resolved into a reference to "Sandbox.ABC.DEF.WebHome"
Attachments
Issue Links
- relates to
-
XWIKI-19629 Relative references in links are not resolved correctly by the display macro when using the "page" parameter
- Closed