[TYPO3-dev] delete sysfolders/pages
Helmut Hummel
typo3 at jhpc.de
Thu Dec 13 13:22:41 CET 2007
Hi Steffen,
Steffen Kamper schrieb:
>
> in BE you can easy delete a page or a sysfolder. If they contain data, the
> data is not marked as deleted, so the data structure is not redundant.
>
> So imho deleting a page should mark all containing data as deleted too, what
> do you think?
What's the benefit for that? I don't see any trouble with e.g.
tt_content elements pointing to a deleted page, but not having the
deleted flag set. TYPO3 should be able to handle this case. [1]
If you mark all elements of a page as deleted, you have trouble when you
want to restore the page, as you dont't know any more which elements
weren't marked as deleted when the page was. So you can restore all
(which means old deleted elements, too) or none of the elements of a page.
Regards Helmut
[1] If a "insert data" content element points to a element on a deleted
page, the "insert data" displays nothing.
More information about the TYPO3-dev
mailing list