Actions
Bug #15204
closedIn some cases BE users unable to delete pages
Start date:
2005-11-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Non admin BE users are not able to delete pages in some cases. It seems that this problem occurs when an item of a "not allowed table" has been on that page but has been deleted.
The problem looks to appear in the function noRecordsFromUnallowedTables in the file t3lib/class.t3lib_tcemain.php
There a selection is done to see if there is any content from other tables on the page, but there no checking is done if the content is deleted.
For example, I have had one case with a page where I had a template (sys_template) but deleted that one, since it was not necessary anymore. When the user wanted to delete the page it wasn't possible due to "Attempt to delete records from disallowed tables"
(issue imported from #M1870)
Actions