Skip to content

Commit 086ef00

Browse files
committed
AC-15329::reverted changes
1 parent 2965b3e commit 086ef00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup/src/Magento/Setup/Model/ConfigModel.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ public function getAvailableOptions()
7575
$optionCollection = array_merge([], ...$optionCollection);
7676
foreach ($optionCollection as $option) {
7777
$currentValue = $this->deploymentConfig->get($option->getConfigPath());
78+
if ($currentValue !== null) {
79+
$option->setDefault();
80+
}
7881
}
7982

8083
return $optionCollection;

0 commit comments

Comments
 (0)