Correct use of 'UmbClientMgr.appActions().shiftApp()?
Hi, I've tried using the following Javascript from the Umbraco library to switch dashbaord sections - E.g. from Content to Members area. The closest match I have found is:
It works (i.e.: Moves to the members tree), however the bizarre side effect is that now if you click 'Content' on the dashboard in the bottom left, it still displays the members tree. All other items work (e.g. Media, Users), but Content will only show the Members tree, as a result of that JS being run. I've tried it with 'true' and 'false' as the last param.
Could anyone please correct me on how to achieve this correctly?
Correct use of 'UmbClientMgr.appActions().shiftApp()?
Hi, I've tried using the following Javascript from the Umbraco library to switch dashbaord sections - E.g. from Content to Members area. The closest match I have found is:
It works (i.e.: Moves to the members tree), however the bizarre side effect is that now if you click 'Content' on the dashboard in the bottom left, it still displays the members tree. All other items work (e.g. Media, Users), but Content will only show the Members tree, as a result of that JS being run. I've tried it with 'true' and 'false' as the last param.
Could anyone please correct me on how to achieve this correctly?
Thanks.
is working on a reply...