Project

General

Profile

Actions

Bug #30750

closed

EM should not suggest upgrade when it leads to conflict

Added by Xavier Perseguers over 12 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2011-10-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

EM always suggests to update to the latest version of an extension although it could lead to conflicts.

When you install ks_sitemgr, you have this in the dependencies:

'constraints' => array(
    'depends' => array(
        'be_acl' => '1.3.0-1.3.99',
    ),
    'conflicts' => array(
        'be_acl' => '1.4.0',
    ),
    'suggests' => array(),
),

Once you install version 1.3.3 of be_acl, then install ks_sitemgr, it still suggest to upgrade to the latest version (currently 1.4.3) instead of sticking to the 1.3 branch.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #30749: EM always retrieves the latest version of an extensionClosed2011-10-10

Actions
Related to TYPO3 Core - Bug #15689: EM seems to let me install conflicting extension (reverse dependency checking needed)Closed2006-02-21

Actions
Actions

Also available in: Atom PDF