Skip to content

Commit af51e8b

Browse files
author
Evgeniy Kolesov
committed
MAGETWO-34984: Invert new admin styles scope
1 parent 36ec5b3 commit af51e8b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/layout/catalog_product_new.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
</referenceContainer>
2525
<referenceContainer name="left">
2626
<block class="Magento\Catalog\Block\Adminhtml\Product\Edit\Tabs" name="product_tabs">
27+
<!-- @todo ui: remove arguments within .admin__scope-old -->
28+
<arguments>
29+
<argument name="panels_class" xsi:type="string">admin__scope-old</argument>
30+
</arguments>
2731
<block class="Magento\Backend\Block\Widget\Tab" name="product_tabs.customer_options" as="customer_options">
2832
<arguments>
2933
<argument name="label" xsi:type="string" translate="true">Custom Options</argument>

app/code/Magento/Downloadable/view/adminhtml/layout/catalog_product_downloadable.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<referenceBlock name="product_tabs">
1111
<!-- @todo ui: remove arguments within .admin__scope-old -->
1212
<arguments>
13-
<argument name="panels_class" xsi:type="string">admin__scope-old</argument>
1413
<argument name="excluded_panel" xsi:type="string">product_info_tabs_downloadable_items_content</argument>
1514
</arguments>
1615
<action method="addTab">

0 commit comments

Comments
 (0)