Skip to content

Commit 4bc7faf

Browse files
author
Valeriy Nayda
authored
Merge pull request magento#1022 from magento-engcom/998-remove-source-selection-ui
magento#998 Remove Source Selection Algo from Admin UI
2 parents 95b4a60 + c1ee05b commit 4bc7faf

File tree

3 files changed

+0
-203
lines changed

3 files changed

+0
-203
lines changed

app/code/Magento/InventoryShipping/Block/Adminhtml/Order/View/Tab/SourceSelection.php

-167
This file was deleted.

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

-7
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,5 @@
1010
<referenceContainer name="content">
1111
<block class="Magento\InventoryShipping\Block\Adminhtml\Order\View\ShipButton" name="sales_order_view_ship_button"/>
1212
</referenceContainer>
13-
<referenceBlock name="sales_order_tabs">
14-
<block class="Magento\InventoryShipping\Block\Adminhtml\Order\View\Tab\SourceSelection" name="order_tab_source_selection" template="Magento_InventoryShipping::order/view/tab/source_selection.phtml"/>
15-
<action method="addTab">
16-
<argument name="name" xsi:type="string">order_source_selection</argument>
17-
<argument name="block" xsi:type="string">order_tab_source_selection</argument>
18-
</action>
19-
</referenceBlock>
2013
</body>
2114
</page>

app/code/Magento/InventoryShipping/view/adminhtml/templates/order/view/tab/source_selection.phtml

-29
This file was deleted.

0 commit comments

Comments
 (0)