Task #103477
closedDocumentation for Link Validator searchFields says it is only possible to check fields with a defined "softref"
100%
Description
This is no longer true, Link Validator also checks fields if TCA is configured with "type" => "link".
Currently, LinkValidator can only detect links for fields having at least one softref set in their TCA configuration.
LinkAnalyzer.php:
if (($conf['type'] ?? '') === 'link' && empty($conf['softref'])) {
$conf['softref'] = 'typolink';
}
patch can be backported up to v12.
Updated by Sybille Peters 8 months ago
- Related to Bug #103478: Linkvalidator should check fields with type "file" added
Updated by Sybille Peters 8 months ago
- Related to Bug #89182: Linkvalidator should only check relevant fields in table 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 Gerrit Code Review 8 months 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/+/83584
Updated by Gerrit Code Review 7 months ago
Patch set 2 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/+/83584
Updated by Gerrit Code Review 7 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83955
Updated by Sybille Peters 7 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 77377519b6944692f5574caf10ea112c8c8e3b3f.
Updated by Christian Kuhn 5 months ago
- Related to Task #104293: Use TcaPreparation in FlexFormTools added
Updated by Christian Kuhn 5 months ago
- Related to deleted (Task #104293: Use TcaPreparation in FlexFormTools)