File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
app/code/Magento/Customer Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Copyright © 2016 Magento. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+ namespace Magento \Customer \Model \ResourceModel \Grid ;
8
+
9
+ /**
10
+ * Class Collection
11
+ * Collection for order related documents to display grids on order view page
12
+ */
13
+ class Collection extends \Magento \Framework \View \Element \UiComponent \DataProvider \SearchResult
14
+ {
15
+ }
Original file line number Diff line number Diff line change 176
176
<argument name =" entitySnapshot" xsi : type =" object" >EavVersionControlSnapshot</argument >
177
177
</arguments >
178
178
</type >
179
- <virtualType name =" Magento\Customer\Model\ResourceModel\Grid\Collection" type = " Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult " >
179
+ <type name =" Magento\Customer\Model\ResourceModel\Grid\Collection" >
180
180
<arguments >
181
181
<argument name =" mainTable" xsi : type =" string" >customer_grid_flat</argument >
182
182
<argument name =" resourceModel" xsi : type =" string" >Magento\Customer\Model\ResourceModel\Customer</argument >
183
183
</arguments >
184
- </virtualType >
184
+ </type >
185
185
<type name =" Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory" >
186
186
<arguments >
187
187
<argument name =" collections" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments