Skip to content
Snippets Groups Projects
Commit ea54f920 authored by shalini jha's avatar shalini jha Committed by Chris Wells
Browse files

Issue #3494506 by shalini_jha, narendrar, chrisfromredfin, phenaproxima: Skip...

Issue #3494506 by shalini_jha, narendrar, chrisfromredfin, phenaproxima: Skip Package Manager validation of using the local recipes source plugin
parent d2dc3c9c
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,9 @@ final class ProjectBrowser implements ElementInterface, ContainerFactoryPluginIn
'status_checked' => FALSE,
];
if (empty($id)) {
if ($package_manager['available']) {
// @todo Fix https://www.drupal.org/node/3497624 to avoid adding
// hard-coded values. #techdebt
if ($source !== 'recipes' && $package_manager['available']) {
$package_manager = array_merge($package_manager, $this->installReadiness->validatePackageManager());
$package_manager['status_checked'] = TRUE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment