Actions
Bug #91456
closedExtensionManager allows deleting inactive packages when composer mode is enabled
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2020-05-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As described in subject line, EM will allow you to delete the files of an extension that is inactive, even when composer mode is enabled. Doing so might break a site and shouldn't logically be possible since Composer would be solely responsible for managing the presence of files.
Alternatively, EM should scan the project composer.lock file to determine if an extension is truly not managed by Composer, before allowing deletion of the extension files.
Actions