When I transclude content from a restricted page, I want nothing to appear - as if it doesn't exist. Use case:
Page A (permissions: group: Internal)
This is page A.
Page B (permissions: everyone)
This is page B.
{{wiki.page("..\Page_A")}}
Output (currently):
Page B (for non Internal)
This is page B.
This page is restricted.
Output (should be):
Page B (for non Internal)
This is page B.
Page B (for Internal)
This is page B.
This is page A.


Reply With Quote