Feature #84604
closedThe recycler task should not skip tables that have adminOnly set to true
100%
Description
Is there any particular reason why the recycler task that deletes rows with deleted = 1
does not offer tables that have TCA[ctrl][adminOnly] = true
? Especially sys_template, be_users, be_groups and similar tables can grow pretty large over time on big setups.
The place to change would be EXT:recycler/Classes/Task/CleanerFieldProvider.php:74
(based on TYPO3 8.7.12) so that it does not check for the adminOnly field. Or add a separate checkbox to explicitly allow these tables.
Updated by Guido S. over 6 years ago
Related: https://forge.typo3.org/issues/32651
The same question was asked here: https://review.typo3.org/c/9013/3/typo3/sysext/recycler/classes/tasks/class.tx_recycler_tasks_cleanertaskadditionalfields.php#82
My two cents: I would remove this condition
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56564
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56566
Updated by Georg Ringer over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1b0acf6660040d34a82a71bc91a3b0caa8be31a9.