|
| Summary: |
Document tree macro ignores excluded references exclusions for nested spaces when showSpaces is "true" |
| Description: |
With {{ {} showSpaces="true" { }} } , you cannot hide nested page/space through exclusions . To obsever current behaviour, either create new nested space/page or use existen ones and call {{documentTree}} macro somewhere in your XWiki, ex. {noformat} {{documentTree showSpaces="true" showRoot="true" exclusions="document:xwiki:Sandbox.Internal Test.WebHome"/}} {noformat} or {noformat} {{documentTree showSpaces="true" showRoot="true" exclusions="space:xwiki:Sandbox.Internal Test"/}} {noformat} Both source codes will provide this result [^local test from XWiki Jetty HSQLDB 17.10.9.jpeg] . Only passing {{showSpaces="false"}} will exclude listed page/space. |
|