Project

General

Profile

Bug #103494

Updated by Sybille Peters about 1 month ago

*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'] 

 h2. 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 
 # close edit field 

 Now, exception is thrown.

Back