Hi there,
I implemented a custom macro ( <http://pastebin.com/vUusmEtH>
http://pastebin.com/vUusmEtH) which works fine in general. It is based (and
requires) the Document Tree Plugin (
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Plugin>
http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Plugin)
and I took the sniplet found in
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Children+Page+Tree>
http://extensions.xwiki.org/xwiki/bin/view/Extension/Children+Page+Tree.
This macro lists all children of the document where the macro is called.
When view access of a child document is restricted, then it doesn't display
the title of the child doc, but the code line:
$xwiki.getDocument($leaf.fullName).getDisplayTitle().
Is there a way to call the document title regardless of the view access
rights?
Thanks and bests,
Moritz