Actions
Bug #105493
opentypo3/cms-extensionmanager still declared as partOfMinimalUsableSystem: true
Status:
Under Review
Priority:
Could have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2024-10-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
According to this changelog entry: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102935-OverhauledExtensionInstallationInExtensionManager.html
The
EXT:extensionmanager
extension is now optional.
However, in its composer.json
:
"Package": {
"protected": true,
"partOfFactoryDefault": true,
"partOfMinimalUsableSystem": true
},
What is correct here? An optional extension is surely not "partOfMinimalUsableSystem".
Actions