File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
app/code/Magento/Customer
dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase Expand file tree Collapse file tree 3 files changed +18
-3
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" >
Original file line number Diff line number Diff line change 124
124
<data name =" product/data/category_ids/dataset" xsi : type =" string" >default_subcategory</data >
125
125
<data name =" product/data/url_key" xsi : type =" string" >configurable-product-%isolation%</data >
126
126
<data name =" product/data/affected_attribute_set" xsi : type =" string" >custom_attribute_set_%isolation%</data >
127
- <data name =" tag" xsi : type =" string" >test_type:acceptance_test</data >
127
+ <data name =" tag" xsi : type =" string" >test_type:acceptance_test, stable:no </data >
128
128
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
129
129
<constraint name =" Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductForm" />
130
130
<constraint name =" Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductInCategory" />
You can’t perform that action at this time.
0 commit comments