Hey there,
I’m experimenting further with XWiki and also had a look at the Diagram application. So far it looks okay, but I noticed that a Diagram is basically stored as child page under the page where the diagram is displayed in, resulting in a weird entry in the $documentTree
:
The Panel is created using the following macro call:
{{documentTree showTranslations="false" showAttachments="false" showRoot="true" compact="true" root="document:${rootPage}.WebHome" openTo="document:${doc.documentReference}" /}}
Any idea how to hide the diagrams?