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 2965b3e commit 086ef00Copy full SHA for 086ef00
setup/src/Magento/Setup/Model/ConfigModel.php
@@ -75,6 +75,9 @@ public function getAvailableOptions()
75
$optionCollection = array_merge([], ...$optionCollection);
76
foreach ($optionCollection as $option) {
77
$currentValue = $this->deploymentConfig->get($option->getConfigPath());
78
+ if ($currentValue !== null) {
79
+ $option->setDefault();
80
+ }
81
}
82
83
return $optionCollection;
0 commit comments