File tree 1 file changed +6
-6
lines changed
app/code/Magento/Customer/etc
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 340
340
<virtualType name =" Magento\Customer\Model\Api\SearchCriteria\CollectionProcessor\GroupFilterProcessor" type =" Magento\Framework\Api\SearchCriteria\CollectionProcessor\FilterProcessor" >
341
341
<arguments >
342
342
<argument name =" fieldMapping" xsi : type =" array" >
343
- <item name =" code" xsi : type =" string" >customer_group_code</item >
344
- <item name =" id" xsi : type =" string" >customer_group_id</item >
345
- <item name =" tax_class_name" xsi : type =" string" >class_name</item >
343
+ <item name =" code" xsi : type =" string" >main_table. customer_group_code</item >
344
+ <item name =" id" xsi : type =" string" >main_table. customer_group_id</item >
345
+ <item name =" tax_class_name" xsi : type =" string" >tax_class_table. class_name</item >
346
346
</argument >
347
347
</arguments >
348
348
</virtualType >
349
349
<!-- @api -->
350
350
<virtualType name =" Magento\Customer\Model\Api\SearchCriteria\CollectionProcessor\GroupSortingProcessor" type =" Magento\Framework\Api\SearchCriteria\CollectionProcessor\SortingProcessor" >
351
351
<arguments >
352
352
<argument name =" fieldMapping" xsi : type =" array" >
353
- <item name =" code" xsi : type =" string" >customer_group_code</item >
354
- <item name =" id" xsi : type =" string" >customer_group_id</item >
355
- <item name =" tax_class_name" xsi : type =" string" >class_name</item >
353
+ <item name =" code" xsi : type =" string" >main_table. customer_group_code</item >
354
+ <item name =" id" xsi : type =" string" >main_table. customer_group_id</item >
355
+ <item name =" tax_class_name" xsi : type =" string" >tax_class_table. class_name</item >
356
356
</argument >
357
357
<argument name =" defaultOrders" xsi : type =" array" >
358
358
<item name =" id" xsi : type =" string" >ASC</item >
You can’t perform that action at this time.
0 commit comments