Bug #86290
closedSuggested migration regarding config.tx_extbase.objects does not work for Models mapped using the PropertyMapper
100%
Description
This refers to the changes from https://review.typo3.org/c/58288/
Also different sets of injection methods or properties than the original class will not work.
We should recommend to use \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Object\Container\Container::class)->registerImplementation($oldClassName, $newClassName)
in ext_localconf.php
.
Updated by Gerrit Code Review about 6 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/58310
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58310
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58310
Updated by Christian Kuhn about 6 years ago
- Related to Task #86270: Deprecate config.tx_extbase.objects and plugin.tx_%name%.objects added
Updated by Gerrit Code Review about 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58310
Updated by Benjamin Franzke about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ae232d88aca268b8ff5df46f4ace69d6704421c8.