Copied to clipboard

Flag this post as spam?

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


  • Stephen Balmer 18 posts 38 karma points
    Oct 21, 2016 @ 13:37
    Stephen Balmer
    0

    Umbraco 7.5.3 AlphabetFolder Issue

    I've installed AlphabetFolder on Umbraco 7.5.3.

    When I create a node it works as expected, adding a folder and redirecting to the newly created node.

    However, when I try and delete it redirects to the incorrect node (ie. the parent folder that gets deleted) causing an error message to appear.

    I've downloaded the source code and had a look.

    It seems the issue is in the ChangeContentFrameUrlAndRefreshTree(string url) function where it no longer creates a page so can never execute the code in the if statement

    I tried creating using the following code to achieve the same effect but it doesn't appear to work :-

            var basePage = new Umbraco.Web.UI.Pages.BasePage();
            basePage.ClientTools.SyncTree(url, true);
    

    Any ideas on how to get the content tree to realise it has been changed and to reload the view?

    The creation step seems to work even when you remove the call to "ChangeContentFrameUrlAndRefreshTree"

    Thanks, Stephen.

Please Sign in or register to post replies

Write your reply to:

Draft