Actions
Bug #92428
closedredirects:checkintegrity command fails when saving again without a site identifier
Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2020-09-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When creating a scheduler task for "redirects:checkintegrity" and saving it again without providing a site identifier, an empty string will be saved.
The code expects either null for no site, or an string with identifier of a single site.
This leads to the following failure during execution:
[WARNING] No site found for identifier
Actions