Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
17.0.0-rc-1, 16.10.3
-
Unknown
-
N/A
-
N/A
-
Pull Request accepted
-
Description
Currently, when using the #documentTree macro with showTerminalDocuments set to false, expanding a node does nothing
Code to reproduce:
{{velocity}}
#template('documentTree_macros.vm')
{{html}}
#documentTree({
'finder':true,
'showWikis': true,
'showWikiPrettyName': true,
'showDocumentTitle': true,
'showObjects': false,
'showOnlyViewable': true,
'showRoot': false,
'showSpaces': true,
'showTerminalDocuments': false,
'showTranslations': false
})
{{/html}}
{{/velocity}}
Attachments
Issue Links
- is caused by
-
XWIKI-21155 Allow sorting by specified field for Document Tree macro
-
- Closed
-