Project

General

Profile

Actions

Feature #84604

closed

The recycler task should not skip tables that have adminOnly set to true

Added by Stefan P about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Recycler
Target version:
Start date:
2018-04-04
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.

Actions

Also available in: Atom PDF