We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095c03f commit 2965b3eCopy full SHA for 2965b3e
setup/src/Magento/Setup/Model/ConfigModel.php
@@ -73,6 +73,9 @@ public function getAvailableOptions()
73
}
74
75
$optionCollection = array_merge([], ...$optionCollection);
76
+ foreach ($optionCollection as $option) {
77
+ $currentValue = $this->deploymentConfig->get($option->getConfigPath());
78
+ }
79
80
return $optionCollection;
81
0 commit comments