I'm currently using Umbraco 4.0.3 and Autofolder 2.0.1.
When I create an item, it is doing exactly what it is supposed to do. It first creates it as a sub-item of News List. And then when I publish it, it is checking the displayDate and moving the item into the appropriate yyyy/mm folder.
The problem I am having is the 'Link to Document'. When I first publish it, it is publishing with the address: /news-list/news-item.aspx. When I unpublish the item and republish the item, it is republishing correctly at: /news-list/yyyy/mm/new-item.aspx.
Haven't had time to look at the code yet, but it almost seems that the item is being published, and then moved to the new folder.
Link to Document saving incorrectly
I have the following configuration:
I'm currently using Umbraco 4.0.3 and Autofolder 2.0.1.
When I create an item, it is doing exactly what it is supposed to do. It first creates it as a sub-item of News List. And then when I publish it, it is checking the displayDate and moving the item into the appropriate yyyy/mm folder.
The problem I am having is the 'Link to Document'. When I first publish it, it is publishing with the address: /news-list/news-item.aspx. When I unpublish the item and republish the item, it is republishing correctly at: /news-list/yyyy/mm/new-item.aspx.
Haven't had time to look at the code yet, but it almost seems that the item is being published, and then moved to the new folder.
is this correct?
yeah... it moves the file, but doesn't republish.
I'm going to be looking at another bug this weekend, I'll include this in my fixes.
Cheers,
Chris
Hi Chris
Is there a fix available for this yet? I've run up against this issue this morning!
Dan
This should now be fixed. Version 2.0.2 has been uploaded.
All source code is now available on autofolders.codeplex.com.
is working on a reply...