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.
Updated by Gerrit Code Review 13 days ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87996
Updated by Garvin Hicking 13 days ago
- Related to Feature #98453: Migrate scheduler tasks to commands added
Actions