Skip to content

Commit 28ebb9e

Browse files
author
Oleksii Korshenko
committed
MAGETWO-69370: Add ability to use tree-massactions ('sub-menus') on Sales > Orders grid #4450
- Merge Pull Request #4450 from ikk0/magento2:patch-3
2 parents 07f4e70 + 924fa7b commit 28ebb9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_grid.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
</filterSelect>
5858
</filters>
5959
<massaction name="listing_massaction">
60+
<argument name="data" xsi:type="array">
61+
<item name="config" xsi:type="array">
62+
<item name="component" xsi:type="string">Magento_Ui/js/grid/tree-massactions</item>
63+
</item>
64+
</argument>
6065
<action name="cancel">
6166
<settings>
6267
<url path="sales/order/massCancel"/>

0 commit comments

Comments
 (0)