Bug #83531
closedPackagaManager fails to provide information about available packages
100%
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.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55326
Updated by Gerrit Code Review almost 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55326
Updated by Gerrit Code Review almost 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55355
Updated by Nicole Cordes almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ea53018622e071137c417219b01a23c99cec8b4e.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55355
Updated by Nicole Cordes almost 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset a04d91ae2c74f7f68e1b4c89ab54faea1590bde9.
Updated by Robert Vock almost 7 years ago
- Related to Bug #83820: runtimeActivatedPackages broke with TYPO3 8.7.10 added