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"
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 :-
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.
is working on a reply...