Skip to content

Commit 4557bfe

Browse files
authored
Merge pull request #3219 from magento-tsg-csl3/2.2-develop-pr3
[TSG-CSL3] Backporting 2.2 (pr3)
2 parents 37f5661 + 8809faf commit 4557bfe

File tree

2 files changed

+9
-0
lines changed
  • app
    • code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier
    • design/frontend/Magento/luma/Magento_Rma/web/css/source

2 files changed

+9
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
]

app/design/frontend/Magento/luma/Magento_Rma/web/css/source/_module.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
&:extend(.abs-status all);
4141
}
4242

43+
.table-wrapper.table-returns {
44+
.returns-details {
45+
&.hidden {
46+
display: none;
47+
}
48+
}
49+
}
50+
4351
.block-returns-comments {
4452
.returns-comments {
4553
dt,

0 commit comments

Comments
 (0)