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.
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.3 (Packages)
- Is Regression set to No
Updated by Benni Mack over 9 years ago
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Riccardo De Contardi almost 9 years ago
- Target version changed from 7 LTS to Candidate for Major Version
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
This seems to be a misconception on what the flag excludeFromUpdate is supposed to do. It only disallows an update via the update functionality (and will in fact not display the button) - if you however manually use the get functionality or direct upload to overwrite the extension, that should and does work, as you basically manually decide to ignore the flag.
Actions