Bug #34156
No-Admin can’t delete FE-User from Recycler
| Status: | Under Review | Start date: | 2012-02-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Complexity: | ||
| PHP Version: | 5.2 | |||
| Votes: | 0 |
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.
History
Updated by Stefan Galinski over 1 year ago
Thanks for your report! Please open a new review request for your patch.
Updated by Mario Näther about 1 year ago
- File 0002-test.patch added
Here is a new patch file for 4.6. With this you can delete and undelete records from recycle.
Sorry but I can't open an review request, because I can't connect my TortoiseGit to Gerrit. I will added the Git Hook and the GitBash says "Permission denied (publickey)." ... do you have any solutions for me?
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10480
Updated by Gerrit Code Review 11 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10480
Updated by Gerrit Code Review 6 months ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10480
Updated by Gerrit Code Review 22 days ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/10480