Actions
Bug #42883
closedInstalling Extension possible without warning even if version constraint not met
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2012-11-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I've noticed in a 6.0-RC1 setup, that I'm able to install an extension with the below mentioned constraints. IMHO this should at least show a warning as it did in the old EM (which the user then could override and install anyway - but then he's been warned...)
$EM_CONF[$_EXTKEY] = array( (...) 'constraints' => array( 'depends' => array( 'typo3' => '4.0.0-4.7.99', ), 'conflicts' => array( 'some_other_extension' => '', ), 'suggests' => array( ), ), );
Actions