Skip to content

Commit 2965b3e

Browse files
committed
AC-15329::fixing pr review comments
1 parent 095c03f commit 2965b3e

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
@@ -73,6 +73,9 @@ public function getAvailableOptions()
7373
}
7474

7575
$optionCollection = array_merge([], ...$optionCollection);
76+
foreach ($optionCollection as $option) {
77+
$currentValue = $this->deploymentConfig->get($option->getConfigPath());
78+
}
7679

7780
return $optionCollection;
7881
}

0 commit comments

Comments
 (0)