Skip to content
Snippets Groups Projects
Commit 5f337b93 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

XWIKI-12789: DocumentTree on dashboard template should display page hierarchy...

XWIKI-12789: DocumentTree on dashboard template should display page hierarchy only from the nested page
* We can't use a relative reference because the document tree macro can be called from a different space.
parent e7aa4388
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@
</visibility>
</class>
<property>
<code>{{include reference="DocumentTreeConfig" /}}
<code>{{include reference="XWiki.DocumentTreeConfig" /}}
{{velocity}}
#macro (escapeMacroParam $value)$!value.replaceAll('([~"])', '~$1')#end
......
......@@ -41,7 +41,7 @@
<hidden>true</hidden>
<content>{{include reference="XWiki.SuggestSolrMacros" /}}
{{include reference="DocumentTreeConfig" /}}
{{include reference="XWiki.DocumentTreeConfig" /}}
{{velocity output="false"}}
#macro (updateDocTreeConfigFromRequest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment