Bug #83835
Linkvalidator should handle sys_file_reference
Start date:
2018-02-09
Due date:
% Done:
0%
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
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 tt_news = bodytext,links 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).
History
#1
Updated by Sybille Peters about 1 year ago
- File linkval4.png View added
- Description updated (diff)
#2
Updated by Sybille Peters about 1 year ago
- File deleted (
linkval3.png)
#3
Updated by Sybille Peters about 1 year ago
- Assignee set to Sybille Peters