Copied to clipboard

Flag this post as spam?

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


  • Danny 12 posts 82 karma points
    Jul 08, 2021 @ 06:04
    Danny
    0

    Umbraco Custom Tree Dashboard Refresh

    I have created my own custom tree controller for Umbraco v8 and its working pretty cool appart from some issues.

    When I create a folder my dashboard (the content - red marked area on the attached images) doesnt updated with the created tree item.

    When I delete an item the content area should be reset as well to the previous level.

    on my create and delete controllers I have this:

    navigationService.syncTree({ tree: 'folderTree', path: response.data, forceReload: true, activate: true });
    

    The tree controller itself is being updated/refreshed, but the "select/click" event is not being triggered and my dashboard content is not being updated on create and delete of a tree item.

    What am I missing?

    enter image description here

    enter image description here

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies