Skip to content

Commit 029f207

Browse files
author
Oleksii Korshenko
authored
Merge pull request #662 from magento-fearless-kiwis/MAGETWO-62030
2 parents 3bd1c44 + d5bef0c commit 029f207

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
}

app/code/Magento/Customer/etc/di.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176
<argument name="entitySnapshot" xsi:type="object">EavVersionControlSnapshot</argument>
177177
</arguments>
178178
</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">
180180
<arguments>
181181
<argument name="mainTable" xsi:type="string">customer_grid_flat</argument>
182182
<argument name="resourceModel" xsi:type="string">Magento\Customer\Model\ResourceModel\Customer</argument>
183183
</arguments>
184-
</virtualType>
184+
</type>
185185
<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
186186
<arguments>
187187
<argument name="collections" xsi:type="array">

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<data name="product/data/category_ids/dataset" xsi:type="string">default_subcategory</data>
125125
<data name="product/data/url_key" xsi:type="string">configurable-product-%isolation%</data>
126126
<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>
128128
<constraint name="Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
129129
<constraint name="Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductForm" />
130130
<constraint name="Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductInCategory"/>

0 commit comments

Comments
 (0)