Actions
Bug #75883
closedUpgrade wizards (and possibly other parts) of the Install Tool fatal due to missing DI
Start date:
2016-04-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
As a side effect of removing the Extbase object manager and using makeInstance instead the dependency injection doesn't work. This leads to fatal errors because the code assumes that objects are instantiated.
Updated by Philipp Gampe over 8 years ago
I suggest do simply create the objects and call the inject methods manually.
Updated by Jigal van Hemert over 8 years ago
- Assignee set to Jigal van Hemert
I'm creating a simple function that takes an array of class names, creates objects and calls the injection functions. This is hopefully enough to fix the missing dependencies.
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47933
Updated by Jigal van Hemert over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 16c4eb4d3f634c771d444bc3ff0ad961657f34e3.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions