Details
-
Bug
-
Resolution: Unresolved
-
Blocker
-
16.4.0, 17.1.0, 16.10.9
-
Unknown
-
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}}