Actions
Feature #101077
closedImprove administrative handling of "Anonymize IP Adresses"
Start date:
2023-06-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
scheduler, anonymize ip adresses, data protection, symfony commands
Complexity:
Sprint Focus:
Description
- currently it is only possible to select 1 table in the task (but more can be configured in ext_localconf.php)
- the task is a scheduler task which means you have to create a scheduler task first, you can't just run it from the console (which means extra work and you can't (easily) store the configuration in a Git repo)
Sugestions¶
- make a Symfony command out of it
- make it possible to run it with "all configured tables" which would use all tables in $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][self::class]['options']
In the "Table garbage collection" task there is a checkbox "Clean all available tables"
Side note¶
It is unclear to me whether all current scheduler tasks will be migrated to Symfony commands in the future.
Actions