Actions
Bug #83531
closedPackagaManager fails to provide information about available packages
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
Start date:
2018-01-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Since TYPO3 8 the package manager loads only active packages by default. If you use \TYPO3\CMS\Core\Package\PackageManager::isPackageAvailable you might get incorrect result.
The package manager needs to properly load all available packages, before it can return any state of a package.
Actions