Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.3
-
None
-
Easy
-
N/A
-
N/A
-
Description
Go to the Document Index and select the tree view. Open the browser console and run this:
jQuery.jstree.reference(jQuery('.xtree')).openTo('document:xwiki:Sandbox.TestPage1')
Look at the request that retrieves the document path. Check the response. The path is wrong:
['space:xwiki:Main', 'document:xwiki:Main.WebHome', 'document:xwiki:Sandbox.WebHome', 'document:xwiki:Sandbox.TestPage1']
The expected path is:
['space:xwiki:Sandbox', 'document:xwiki:Sandbox.WebHome', 'document:xwiki:Sandbox.TestPage1']
Attachments
Issue Links
- relates to
-
XWIKI-11453 Add a parameter to open the tree to a specified node
- Closed