File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ public function __construct(
39
39
$ this ->locator = $ locator ;
40
40
$ this ->arrayManager = $ arrayManager ;
41
41
}
42
-
42
+
43
43
/**
44
- * { @inheritdoc}
44
+ * @inheritdoc
45
45
*/
46
46
public function modifyMeta (array $ meta )
47
47
{
@@ -64,7 +64,7 @@ public function modifyMeta(array $meta)
64
64
$ this ->arrayManager ->findPath (
65
65
ProductAttributeInterface::CODE_PRICE ,
66
66
$ meta ,
67
- null ,
67
+ self :: DEFAULT_GENERAL_PANEL . ' /children ' ,
68
68
'children '
69
69
) . static ::META_CONFIG_PATH ,
70
70
$ meta ,
@@ -94,7 +94,7 @@ public function modifyMeta(array $meta)
94
94
}
95
95
96
96
/**
97
- * { @inheritdoc}
97
+ * @inheritdoc
98
98
*/
99
99
public function modifyData (array $ data )
100
100
{
You can’t perform that action at this time.
0 commit comments