Actions
Bug #51619
closedEM overrides extension during import even if newer or excluded from update
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
Start date:
2013-08-31
Due date:
% Done:
0%
Estimated time:
1.00 h
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
If your local extension is newer or excluded from updates, it will be overridden if you reimport the extension via the get extensions submodule.
This should not happens.
There needs to be a check if the local extension is newer or excluded from updates (state => excludeFromUpdates
).
A unit test should be added to test this behavior.
Actions