Skip to content

Commit 924fa7b

Browse files
author
ikk0
committed
Add ability to use tree-massactions ("sub-menus") on Sales > Orders grid
See pull request #2091
1 parent f10c7c8 commit 924fa7b

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
@@ -64,6 +64,11 @@
6464
</filterSelect>
6565
</filters>
6666
<massaction name="listing_massaction">
67+
<argument name="data" xsi:type="array">
68+
<item name="config" xsi:type="array">
69+
<item name="component" xsi:type="string">Magento_Ui/js/grid/tree-massactions</item>
70+
</item>
71+
</argument>
6772
<action name="cancel">
6873
<argument name="data" xsi:type="array">
6974
<item name="config" xsi:type="array">

0 commit comments

Comments
 (0)