Actions
Bug #106062
openScheduler task for LinkValidator should not carry TypoScript configuration as string
Status:
Under Review
Priority:
Should have
Assignee:
Category:
Linkvalidator
Target version:
Start date:
2025-02-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The ability of the LinkValidator's scheduler task to define a TypoScript configuration as a large textarea is unfortunate, as it blocks the ability to easily transform this to a Symfony CLI task.
The ability to specifiy a text string should be removed in favor of specifying a FILE to carry this configuration. This also removes the need for odd multiline and special character escaping.
Actions