File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Block/Adminhtml/Billing/Agreement/View/Tab Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,16 @@ protected function _construct()
100
100
$ this ->setUseAjax (true );
101
101
}
102
102
103
+ /**
104
+ * Get grid url
105
+ *
106
+ * @return string
107
+ */
108
+ public function getGridUrl ()
109
+ {
110
+ return $ this ->getUrl ('paypal/billing_agreement/ordersGrid ' , ['_current ' => true ]);
111
+ }
112
+
103
113
/**
104
114
* Apply various selection filters to prepare the sales order grid collection.
105
115
*
Original file line number Diff line number Diff line change 18
18
<referenceBlock name =" sales.order.grid.export" remove =" true" />
19
19
<referenceBlock name =" sales.order.grid.massaction" remove =" true" />
20
20
<container name =" root" >
21
- <block class =" Magento\Backend \Block\Widget\Grid\Container " name =" sales_order.grid.container" template = " Magento_Backend::widget/grid/container/empty.phtml " />
21
+ <block class =" Magento\Paypal \Block\Adminhtml\Billing\Agreement\View\Tab\Orders " name =" sales_order.grid.container" />
22
22
</container >
23
23
</layout >
You can’t perform that action at this time.
0 commit comments