Actions
Bug #59631
closedUpdating inactive extension
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2014-06-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
If you update an inactive extension will activate this one. Which isn't desired.
Updated by Oliver Hader over 10 years ago
- Status changed from New to Accepted
TYPO3\CMS\Extensionmanager\Controller\DownloadController::updateExtensionAction() is the place to start...
- $this->managementService->installExtension() is called but maybe should be downloadExtension() only if the extension is not installed
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/31331
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31348
Updated by Nicole Cordes over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b3c618d133e40fa79089204429c7d3b666a91368.
Actions