Actions
Bug #57264
closedExtension manager fails to update extensions that are needed by other extensions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2014-03-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.5
Tags:
Complexity:
hard
Is Regression:
No
Sprint Focus:
Description
Updating an extension that is needed by another extension fails, because the extensions cannot be disabled temporarily during extension update.
This issue exists since 6.0.
Workaround: Disable all depending extensions beforehand.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted 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/28883
Updated by Nicole Cordes over 10 years ago
The extension manager tries to uninstall an extension before it gets updated. I don't see any reason for that and provided a patch.
Updated by Gerrit Code Review over 10 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/28883
Updated by Nicole Cordes over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 40265e9d14fa78f11587dc71e5cb641bde7c713b.
Actions