Actions
Bug #23720
closedRecord deletion emitts error message
Start date:
2010-10-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Deleting any record emitts an error message: "Attempt to delete record without delete-permissions", but the record is successful deleted.
Introduced with #23560: "Move versioning code from TCEmain into "version" extension, adding hooks to TCEmain".
I think reason is the following: version's hook processCmdmap_deleteAction jumps in in TCEmain::deleteAction() and deletes the record. Afterwards, TCEmain itself tries to delete the record, but it is not found anymore.
(issue imported from #M15977)
Actions