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