Bug #22271
closed
Editors don't delete items with sysext Recycler
Added by Mario Ramalho over 14 years ago.
Updated almost 11 years ago.
Description
Hello,
If an backend user delete an element with Recycler. The button delete is ok (I've added the tsconfig allowDelete=1).
After the click on the link, a popup appear => click yes
The result : The item isnt' deleted.
With admin account => all rights
Bests regards
(issue imported from #M13803)
no solution but a workaround.
change in file "class.tx_recycler_model_deletedRecords.php" on line 336
$tce->deleteEl($record0, $record1, true, true);
in
$GLOBALS['TYPO3_DB']->sql_query('DELETE FROM ' . $record0 . ' WHERE uid = ' . $record1);
Bests regards
- Category set to Recycler
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
The issue still exists in version 6.1.1. An admin user is able to delete records from the recycler, but an editor backend user is not.
- Status changed from Needs Feedback to New
- Status changed from New to Needs Feedback
This looks like a duplicate of #34156 which is resolved now in 6.1.2, can you try if that works out for you?
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Also available in: Atom
PDF