Actions
Task #92938
closedChange Hook registration in Changelog
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-11-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
On 10.4 using `autowire`, registering the hook as described lead to an error stating that the class could not be found.
Also, as far as I can see, the name of the method is being checked for in [Line 3391 of DatabaseRecordList.php](https://github.com/TYPO3/TYPO3.CMS/blob/2bef387e1a65de6218de6b32b7edb57668c37cff/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php#L3391).
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/283
Actions