I'm currently looking at a site where date folders was previously installed on Umbraco 7, but has since been un-installed.
The site structure I have is as follows:
Root
\--Region
| \-- Year Folder
| | \-- Month Folder
| | | \-- Page
| | | | |-- sub page 1
| | | | |-- sub page 2
| | | | \-- sub page 3
I have an issue where, when a sub page is created, the tree structure collapses, but does not re-open.
This is making editing the site difficult as many sub pages need to be created on this site, and this requires re-opening the tree and navigating to the desired page every time!
I'm guessing that some section of Umbraco that handles this refresh of the tree needs to be set back to default, but I'm unsure how to proceed on this one now!
Nodes collapsing after uninstall
Hi Guys,
I'm currently looking at a site where date folders was previously installed on Umbraco 7, but has since been un-installed.
The site structure I have is as follows:
I have an issue where, when a sub page is created, the tree structure collapses, but does not re-open. This is making editing the site difficult as many sub pages need to be created on this site, and this requires re-opening the tree and navigating to the desired page every time!
I'm guessing that some section of Umbraco that handles this refresh of the tree needs to be set back to default, but I'm unsure how to proceed on this one now!
Any advice would be much appreciated.
This isn't a DateFolders bug if DateFolders isn't even installed anymore.
It seems to stem from DateFolders having been installed, and the install process having not cleaned up the changes made?
Do you happen to know which files will have been impacted by the installation of Date Folders with regards to the tree collapse / refresh?
It's all about the DateFolders assembly in the bin folder, named 'InfoCaster.Umbraco.DateFolder.dll', as you can see in the package zip.
is working on a reply...