Project

General

Profile

Actions

Bug #83835

open

Linkvalidator should check more fields by default, such as sys_file_reference.link

Added by Sybille Peters about 6 years ago. Updated 17 days ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2018-02-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Tested (25.03.2024): should just work if added to the searchFields (with TYPO3 v12 and v13):

mod.linkvalidator.serachFields.sys_file_reference = link

Since TYPO3 v12, linkvalidator also checks fields if type = "link".


Reproduce

1. Change default page TSconfig for linkvalidator to include sys_file_reference:

mod.linkvalidator {
    searchFields {
        pages = media,url
        tt_content = bodytext,header_link,records        
        sys_file_reference = link
    }

...

}

2. Create a "text & images" or "text & media", add an image, add a dead (not existing link) in the "Link" field for the image metadata.

3. Restart "Check link", the dead link should now appear in the Reports

Results

Clicking the pen will jump to the edit wizard for sys_file_reference, but you can't change the link there, you need the edit wizard for tt_content.


So, Linkvalidator does not properly handle sys_file_reference records (and probably wasn't intended to because it was developed before FAL).


Files

linkval2.png (17.3 KB) linkval2.png Sybille Peters, 2018-02-09 21:13
linkval1.png (23.2 KB) linkval1.png Sybille Peters, 2018-02-09 21:13
linkval4.png (36 KB) linkval4.png Sybille Peters, 2018-02-09 21:36

Related issues 6 (4 open2 closed)

Related to TYPO3 Core - Feature #89177: Change TsConfig Defaults of Linkvalidator and Enable all core fields containing linksNew2019-09-15

Actions
Related to TYPO3 Core - Bug #90760: Link validator throws exception with Page TSConfig configuration on sys_file_referenceClosed2020-03-14

Actions
Related to TYPO3 Core - Task #103477: Documentation for Link Validator searchFields says it is only possible to check fields with a defined "softref"ResolvedSybille Peters2024-03-25

Actions
Related to TYPO3 Core - Bug #103478: Linkvalidator should check fields with type "file"New2024-03-25

Actions
Related to TYPO3 Core - Bug #103494: Linkvalidator uses tstamp field directly without checking TCA in recheckLinksUnder ReviewSybille Peters2024-03-27

Actions
Blocked by TYPO3 Core - Bug #103559: Opening broken link list as non-admin user throws exception if searchFields.sys_file_reference = link is setUnder ReviewSybille Peters2024-04-08

Actions
Actions

Also available in: Atom PDF