Skip to content

Commit 6b50cd7

Browse files
author
OlgaVasyltsun
committed
MAGETWO-74043: [GITHUB] Magento 2.1 CE, Cannot change attribute set for bundled product #5999
1 parent 56f3396 commit 6b50cd7

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function modifyMeta(array $meta)
8585
$meta[$groupCode]['arguments']['data']['config'] = [
8686
'componentType' => Fieldset::NAME,
8787
'label' => __('Bundle Items'),
88-
'collapsible' => true
88+
'collapsible' => true,
8989
];
9090

9191
$path = $this->arrayManager->findPath($groupCode, $meta, null, 'children');

0 commit comments

Comments
 (0)