Project

General

Profile

Actions

Bug #81159

open

Extension import marks multiple extension versions as "current versions"

Added by Michael Schams almost 7 years ago. Updated over 3 years ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2017-05-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Extension import from TER (more precisely the "extensions.xml.gz" file parser) marks multiple extension versions as current versions.
However, only one version can be current.

Example: EXT:wiris_plugin

See attached screenshot0001.png
This is the XML file that gets imported into the TYPO3 instance. The example extension shows two versions. The first version is "3.53.3-1157", see marker (1), the second version is "3.53.3", see marker (2).

See attached screenshot0002.png
This is the imported data in table "tx_extensionmanager_domain_model_extension". Both versions are marked as "current_version = 1", see marker (3), but only version "3.53.3" should be the current version due to the fact that this version was uploaded later (lastuploaddate: 1429773206).

It is obvious that the unusual version string ("3.53.3-1157") likely causes this issue.


Files

screenshot0001.png (71.7 KB) screenshot0001.png Michael Schams, 2017-05-07 03:15
screenshot0002.png (36.5 KB) screenshot0002.png Michael Schams, 2017-05-07 03:15
issue81159.mp4 (3.65 MB) issue81159.mp4 Michael Schams, 2020-10-15 04:53
Actions

Also available in: Atom PDF