File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
app/code/Magento/Widget/view/adminhtml/layout Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 15
15
<argument name =" default_dir" xsi : type =" string" >ASC</argument >
16
16
<argument name =" dataSource" xsi : type =" object" >Magento\Widget\Model\ResourceModel\Widget\Instance\Collection</argument >
17
17
</arguments >
18
+ <block class =" Magento\Backend\Block\Widget\Grid\Massaction" name =" adminhtml.widget.instance.grid.massactions" as =" grid.massaction" >
19
+ <arguments >
20
+ <argument name =" massaction_id_field" xsi : type =" string" >instance_id</argument >
21
+ <argument name =" form_field_name" xsi : type =" string" >delete</argument >
22
+ <argument name =" use_select_all" xsi : type =" string" >1</argument >
23
+ <argument name =" options" xsi : type =" array" >
24
+ <item name =" delete" xsi : type =" array" >
25
+ <item name =" label" xsi : type =" string" translate =" true" >Delete</item >
26
+ <item name =" url" xsi : type =" string" >*/*/massDelete</item >
27
+ <item name =" selected" xsi : type =" string" >0</item >
28
+ </item >
29
+ </argument >
30
+ </arguments >
31
+ </block >
18
32
<block class =" Magento\Backend\Block\Widget\Grid\ColumnSet" name =" adminhtml.widget.instance.grid.columnSet" as =" grid.columnSet" >
19
33
<arguments >
20
34
<argument name =" rowUrl" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments