Actions
Bug #34156
closedNo-Admin can’t delete FE-User from Recycler
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-02-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I delete an FE-user as no-Admin from normal BE list module and the fe-user moves to Recycler.
If I delete this fe-user from recycler as no-Admin, the recycler quest me "realy delete?" Yes or No? and I clicked on "Yes" and nothing happened, the fe-user already exists!
The SQLDebug of ExtJS request outputed:
SELECT * FROM fe_users WHERE uid=3877553 AND fe_users.deleted=0
But the deleted flag was already set to 1 from deletion on list module
I can reproduce this on TYPO3 4.5.11 and TYPO 4.6.4
TSConfig Settings for recycler
mod.recycler.allowDelete = 1
The attached patch file (from T3 4.6), fixed this on my TYPO3.
Files
Actions