Copied to clipboard

Flag this post as spam?

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


  • jonok 297 posts 658 karma points
    Jul 18, 2013 @ 05:24
    jonok
    0

    V6 - Refresh media tree after an item is deleted?

    When I delete a media item from the folder browser window on the right, it still appears in the media tree to the left - is there a way to make the media tree update to show that the item has been deleted? It's very confusing for the end user when they delete a media item and it still appears in the tree.

  • Jeroen Breuer 4909 posts 12266 karma points MVP 6x admin c-trib
    Jul 18, 2013 @ 12:04
    Jeroen Breuer
    0

    In v4 this code worked:

    BasePage.Current.ClientTools
       .SyncTree(Path, true)
       .ShowSpeechBubble(BasePage.speechBubbleIcon.save, "Saved", "The media item has been deleted.");

    I don't know if that still works in v6, but if it does you might be able to add that somewhere in the source code.

    Jeroen

  • 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