Hello, could somebody please point me into the right direction?
Only xwiki admin can see the navigation and normal user not.
Regards,
jec
Hello, could somebody please point me into the right direction?
Only xwiki admin can see the navigation and normal user not.
Regards,
jec
Hi, it would help if you could use the browser’s developer tools to check the Network tab to see why the HTTP request to fetch the navigation tree data fails. It could be due to restricted access rights on the wiki pages that hold the tree code, such as XWiki.DocumentTree
or XWiki.DocumentTreeMacros
. It could also be due to some JavaScript exception, for which you need to check the JavaScript console / tab, again from the browser’s developer tools.
Thanks,
Marius
Hello mflorea,
Indeed, sorry. That’s how I solved it in the endgot some insight why javascript was not loading and I endup providing access rights to my users to XWiki.DocumentTree
and XWiki.DocumentTreeMacros
and got the menu working for them. Thank you!
Cheers,
jm