Actions
Bug #103478
openLinkvalidator should check fields with type "file"
Status:
New
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2024-03-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
e.g. pages.media
see documentation: https://docs.typo3.org/c/typo3/cms-linkvalidator/main/en-us/Configuration/Index.html
LinkAnalyzer.php:
if (($conf['type'] ?? '') === 'link' && empty($conf['softref'])) {
$conf['softref'] = 'typolink';
}
Updated by Sybille Peters 8 months ago
- Related to Task #103477: Documentation for Link Validator searchFields says it is only possible to check fields with a defined "softref" added
Updated by Sybille Peters 8 months ago
- Related to Bug #83835: Linkvalidator should check more fields by default, such as sys_file_reference.link added
Updated by Sybille Peters 8 months ago
- Related to Bug #89182: Linkvalidator should only check relevant fields in table added
Actions