Actions
Task #95358
closedAvoid pushing PackageManager to ExtensionManagementUtility only to circumvent a documentation bug
Status:
Closed
Priority:
Should have
Assignee:
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2021-09-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
ExtensionManagementUtility::isLoaded() has never been inteded as described in:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/71214
And as we already know the proper replacement we shoudl rather fix the documentation instead of providing ongoing support for a feature that is broken anyway, as external tools like typo3-console were never prepared to handle such checks in Services.php
Updated by Benjamin Franzke about 3 years ago
- Related to Bug #95327: Push PackageManager to ExtensionManagementUtility in bootstrap added
Updated by Benjamin Franzke about 3 years ago
- Related to Task #95359: Adapt documentation to showcase conditional service dependencies via ContainerBuilder::hasDefinition() added
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/71252
Updated by Benjamin Franzke about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6dbe94b6da837f7003fbcb770ff9fd60cb86ee9e.
Actions