Skip to content

Commit 8b0ff1c

Browse files
committed
MAGETWO-41562: Stabilization and pull request
1 parent 707e757 commit 8b0ff1c

File tree

1 file changed

+1
-7
lines changed
  • app/code/Magento/Customer/etc

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
<arguments>
183183
<argument name="collections" xsi:type="array">
184184
<item name="customer_listing_data_source" xsi:type="string">Magento\Customer\Model\Resource\Grid\Collection</item>
185+
<item name="customer_online_grid_data_source" xsi:type="string">Magento\Customer\Model\Resource\Online\Grid\Collection</item>
185186
</argument>
186187
</arguments>
187188
</type>
@@ -301,13 +302,6 @@
301302
<argument name="collection" xsi:type="object" shared="false">Magento\Customer\Model\Resource\Address\Attribute\Collection</argument>
302303
</arguments>
303304
</type>
304-
<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
305-
<arguments>
306-
<argument name="collections" xsi:type="array">
307-
<item name="customer_online_grid_data_source" xsi:type="string">Magento\Customer\Model\Resource\Online\Grid\Collection</item>
308-
</argument>
309-
</arguments>
310-
</type>
311305
<type name="Magento\Customer\Model\Resource\Online\Grid\Collection">
312306
<arguments>
313307
<argument name="mainTable" xsi:type="string">customer_visitor</argument>

0 commit comments

Comments
 (0)