Skip to content

Commit 6237af9

Browse files
committed
MAGETWO-69370: Add ability to use tree-massactions ("sub-menus") on Sales > Orders grid #4450
- Updated configuration to use the correct format
1 parent 46fcf88 commit 6237af9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,7 @@
5656
</settings>
5757
</filterSelect>
5858
</filters>
59-
<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>
59+
<massaction name="listing_massaction" component="Magento_Ui/js/grid/tree-massactions">
6560
<action name="cancel">
6661
<settings>
6762
<url path="sales/order/massCancel"/>

0 commit comments

Comments
 (0)