Ive got a umbraco page with two languages. English and German. The german page is a relation to the english site. This works great.
But if I delete the german page i think the relation in the "umbracoRelation" Table is not deleted. So if i now create a new relation the relation is not working any more because the all relation still exists in the umbracoRelation table.
Is this a bug?
How can i delete all the relation (if there is any relation) if i delete a content item?
I believe the Relation is not actually deleted until it's removed from the Recycle Bin. This is probably good in case it gets restored. But if you wanted you could delete the relation pretty easily using an AppBase on Document_AfterMoveToTrash
Delete Relation Problem
Hello,
Ive got a umbraco page with two languages. English and German. The german page is a relation to the english site. This works great.
But if I delete the german page i think the relation in the "umbracoRelation" Table is not deleted.
So if i now create a new relation the relation is not working any more because the all relation still exists in the umbracoRelation table.
Is this a bug?
How can i delete all the relation (if there is any relation) if i delete a content item?
THanks
Hi dominik,
I believe the Relation is not actually deleted until it's removed from the Recycle Bin. This is probably good in case it gets restored. But if you wanted you could delete the relation pretty easily using an AppBase on Document_AfterMoveToTrash
-Tom
is working on a reply...