Skip to content

Commit d870df6

Browse files
author
Mastiuhin Olexandr
committed
Merge branch 'MAGETWO-94848' into 2.3-develop-pr9
2 parents 1c10010 + edbef06 commit d870df6

File tree

1 file changed

+3
-2
lines changed
  • app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier

1 file changed

+3
-2
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Categories.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private function getCacheManager()
118118
}
119119

120120
/**
121-
* {@inheritdoc}
121+
* @inheritdoc
122122
* @since 101.0.0
123123
*/
124124
public function modifyMeta(array $meta)
@@ -130,7 +130,7 @@ public function modifyMeta(array $meta)
130130
}
131131

132132
/**
133-
* {@inheritdoc}
133+
* @inheritdoc
134134
* @since 101.0.0
135135
*/
136136
public function modifyData(array $data)
@@ -289,6 +289,7 @@ protected function customizeCategoriesField(array $meta)
289289
'source' => 'product_details',
290290
'displayArea' => 'insideGroup',
291291
'sortOrder' => 20,
292+
'dataScope' => $fieldCode,
292293
],
293294
],
294295
]

0 commit comments

Comments
 (0)