When you delete an unpublished node in a folder with ONLY unpublished nodes, the whole folder gets deleted
So basically as the topic says, I've got a datefolder full of unpublished nodes. The ItemDatePropery is a custom date field, so not createDate.
When I delete just one of the nodes, everything else in the folder gets deleted. And even worse, only the node that I performed the delete on, is available in the recycle bin, the rest is lost.
Update: It also happens when you have one node published in the folder with the rest unpublished. If you delete that one published node, eveything else disappears.
Something similar happens in version 2.1.2, for Umbraco 7.6.3
I have a single node unpublished in a folder with the following structure:
-08
--15
---nodeStoryToBeDeleted
If I delete the nodeStory, the parentNode 15[day] and its parentNode 08[month] dissapear. When I create a new nodeStory, it creates new dateFolders (08 and 15).
The problem is when I try to publish the nodeStory, it will give the following error on "Link to document" field:
This document is published but its url would collide with content
(error)
It seems that the firsts folders 08 and 15 were not properly deleted, so now there are 2 folders with the same name, and Umbraco gets confused.
When you delete an unpublished node in a folder with ONLY unpublished nodes, the whole folder gets deleted
So basically as the topic says, I've got a datefolder full of unpublished nodes. The ItemDatePropery is a custom date field, so not createDate.
When I delete just one of the nodes, everything else in the folder gets deleted. And even worse, only the node that I performed the delete on, is available in the recycle bin, the rest is lost.
Update: It also happens when you have one node published in the folder with the rest unpublished. If you delete that one published node, eveything else disappears.
Something similar happens in version 2.1.2, for Umbraco 7.6.3
I have a single node unpublished in a folder with the following structure:
If I delete the nodeStory, the parentNode 15[day] and its parentNode 08[month] dissapear. When I create a new nodeStory, it creates new dateFolders (08 and 15).
The problem is when I try to publish the nodeStory, it will give the following error on "Link to document" field:
It seems that the firsts folders 08 and 15 were not properly deleted, so now there are 2 folders with the same name, and Umbraco gets confused.
is working on a reply...