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