Skip to content

Commit b820263

Browse files
author
Dmytro Yushkin
committed
MAGETWO-62807: Case information block on order details page in admin panel
- Edited sales adminhtml extension point
1 parent 7240035 commit b820263

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

app/code/Magento/Sales/view/adminhtml/layout/sales_order_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<block class="Magento\Sales\Block\Adminhtml\Order\View\Tab\Info" name="order_tab_info" template="order/view/tab/info.phtml">
2424
<block class="Magento\Sales\Block\Adminhtml\Order\View\Messages" name="order_messages"/>
2525
<block class="Magento\Sales\Block\Adminhtml\Order\View\Info" name="order_info" template="order/view/info.phtml"/>
26-
<block class="Magento\Backend\Block\Template" name="order_additional_info" template="Magento_Theme::container.phtml"/>
26+
<container name="order_additional_info"/>
2727
<block class="Magento\Sales\Block\Adminhtml\Order\View\Items" name="order_items" template="order/view/items.phtml">
2828
<arguments>
2929
<argument name="columns" xsi:type="array">

app/code/Magento/Theme/view/base/templates/container.phtml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)