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 0f57a30 commit aa4abecCopy full SHA for aa4abec
app/code/Magento/Store/Model/Config/Importer/Processor/Create.php
@@ -176,8 +176,8 @@ private function createGroups(array $items, array $data)
176
);
177
178
$group = $this->groupFactory->create();
179
- $group->setData($groupData);
180
$group->setRootCategoryId(0);
+ $group->setData($groupData);
181
182
$group->getResource()->save($group);
183
$group->getResource()->addCommitCallback(function () use ($data, $group, $website) {
0 commit comments