Actions
Bug #82500
closedBackendConfigurationManager needs a prototype in "injectTypoScriptService"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2017-09-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In TYPO3 8.7.6 when having devLog activated the following message is logged with extension extbase
:
The singleton "TYPO3\CMS\Extbase\Configuration\BackendConfigurationManager" needs a prototype in "injectTypoScriptService". This is often a bad code smell; often you rather want to inject a singleton.
Updated by Benni Mack over 4 years ago
- Status changed from New to Closed
Hey Stephan,
sorry for the late reply.
we've reworked this (finally) to constructor injection and proper DI in TYPO3 v10. As this is a structural / conceptual change we could only fix this in TYPO3 v10+ - Hope that is still OK.
If you feel I've made a wrong decision here, let me know, so I can re-open the issue.
Actions