Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Component/s: Rendering - Include Macro
-
Labels:None
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
Steps to reproduce
- Create two siblings pages Sandbox.A and Sandbox.B (terminal pages)
- Write some content in Sandbox.A
- Include Sandbox.A in Sandbox.B using this {{include page="../A"}}
Expected result
The content of Sandbox.A is included in Sandbox.B
Actual result
Nothing is shown in Sandbox.B
Note that {{include page="A"}} should probably also work (and doesn't) and {{include page="../../Sandbox/A"}} does works
Originally reported by @vpfar