Actions
Task #84716
closedEpic #84044: Admin Panel Rework
Simplify overriding of adminpanels InfoModule
Start date:
2018-04-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Currently while overriding the InfoModule and assigning custom variables to the template there are some private methods that have to be copied. This can be prevented by changing the access type from private
to protected
.
Actions