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.
2 parents 1c10010 + edbef06 commit d870df6Copy full SHA for d870df6
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Categories.php
@@ -118,7 +118,7 @@ private function getCacheManager()
118
}
119
120
/**
121
- * {@inheritdoc}
+ * @inheritdoc
122
* @since 101.0.0
123
*/
124
public function modifyMeta(array $meta)
@@ -130,7 +130,7 @@ public function modifyMeta(array $meta)
130
131
132
133
134
135
136
public function modifyData(array $data)
@@ -289,6 +289,7 @@ protected function customizeCategoriesField(array $meta)
289
'source' => 'product_details',
290
'displayArea' => 'insideGroup',
291
'sortOrder' => 20,
292
+ 'dataScope' => $fieldCode,
293
],
294
295
]
0 commit comments