This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-231ae0e2-08ab-4025-aa9d-d1f40705c98f XWIKI-23354 Open

The #documentTree($option) is broken when using the showTerminalPages=false

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-563c926d-b540-4f55-b855-347fe1adada7 Farcasi Alexandru-Vicentiu created this issue on 03/Jul/25 09:25
 
Summary: The #documentTree($option) is broken when using the showTerminalPages=false
Issue Type: cid:jira-generated-image-avatar-231ae0e2-08ab-4025-aa9d-d1f40705c98f Bug
Affects Versions: 16.10.9, 16.4.0, 17.1.0
Assignee: Unassigned
Components: Tree
Created: 03/Jul/25 09:25
Priority: cid:jira-generated-image-static-blocker-adcd8147-0ee9-4f43-890d-be8c29ee729e Blocker
Reporter: Farcasi Alexandru-Vicentiu
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}}

 
 

1 update

 
cid:jira-generated-image-avatar-563c926d-b540-4f55-b855-347fe1adada7 Changes by Farcasi Alexandru-Vicentiu on 03/Jul/25 09:25
 
Assignee: Farcasi Alexandru-Vicentiu