Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • overflew 87 posts 110 karma points
    Nov 21, 2010 @ 05:04
    overflew
    0

    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:

    UmbClientMgr.appActions().shiftApp('member', 'Members', false);

    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.

Please Sign in or register to post replies

Write your reply to:

Draft