It seems that the "move" part after changing the date doesn't work in Umbraco 6.x. This may have to do with way the new API now handles save.
When I create a new node, it's saved in the current date folder structure, and thats fine. When I change the date property, the correct folder structure is created (if it was missing) but the node is not moved, and the newly, empty folder structure is not deleted (which it normally would be if empty).
Issue with Umbraco 6.x and changing date
Hi
It seems that the "move" part after changing the date doesn't work in Umbraco 6.x. This may have to do with way the new API now handles save.
When I create a new node, it's saved in the current date folder structure, and thats fine. When I change the date property, the correct folder structure is created (if it was missing) but the node is not moved, and the newly, empty folder structure is not deleted (which it normally would be if empty).
Could this be fixed :)
/Bo
Having same issues here, has anyone fixed?
Thanks Paul
Updating umbraco to 6.1.5 will fix this issue. The old event handler was not been called as per http://issues.umbraco.org/issue/U4-2731
Also I have an update to DateFolders that uses the v6 api and will run on umbraco 6.1.x which I'm hoping to release today.
Thanks Matt
is working on a reply...