Actions
Bug #103494
openLinkvalidator uses tstamp field directly without checking TCA in recheckLinks
Start date:
2024-03-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This should be merged before https://review.typo3.org/c/Packages/TYPO3.CMS/+/83612
TCA should be used to determine which field is relevant for tstamp (and if there is such a field) before using it for a DB query
$GLOBALS['TCA'][$table]['ctrl']['tstamp']
Reproduce¶
- Change configuration to mod.linkvalidator.searchFields.sys_redirect.target
- check links (with a broken redirect target)
- in the list of broken links, click pencil to edit redirect target field
- change value, save and close edit field
Now, exception is thrown.
Actions