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 353
353
<virtualType name =" Magento\Customer\Model\Api\SearchCriteria\CollectionProcessor\GroupFilterProcessor" type =" Magento\Framework\Api\SearchCriteria\CollectionProcessor\FilterProcessor" >
354
354
<arguments >
355
355
<argument name =" fieldMapping" xsi : type =" array" >
356
- <item name =" code" xsi : type =" string" >customer_group_code</item >
357
- <item name =" id" xsi : type =" string" >customer_group_id</item >
358
- <item name =" tax_class_name" xsi : type =" string" >class_name</item >
356
+ <item name =" code" xsi : type =" string" >main_table. customer_group_code</item >
357
+ <item name =" id" xsi : type =" string" >main_table. customer_group_id</item >
358
+ <item name =" tax_class_name" xsi : type =" string" >tax_class_table. class_name</item >
359
359
</argument >
360
360
</arguments >
361
361
</virtualType >
362
362
<!-- @api -->
363
363
<virtualType name =" Magento\Customer\Model\Api\SearchCriteria\CollectionProcessor\GroupSortingProcessor" type =" Magento\Framework\Api\SearchCriteria\CollectionProcessor\SortingProcessor" >
364
364
<arguments >
365
365
<argument name =" fieldMapping" xsi : type =" array" >
366
- <item name =" code" xsi : type =" string" >customer_group_code</item >
367
- <item name =" id" xsi : type =" string" >customer_group_id</item >
368
- <item name =" tax_class_name" xsi : type =" string" >class_name</item >
366
+ <item name =" code" xsi : type =" string" >main_table. customer_group_code</item >
367
+ <item name =" id" xsi : type =" string" >main_table. customer_group_id</item >
368
+ <item name =" tax_class_name" xsi : type =" string" >tax_class_table. class_name</item >
369
369
</argument >
370
370
<argument name =" defaultOrders" xsi : type =" array" >
371
371
<item name =" id" xsi : type =" string" >ASC</item >
You can’t perform that action at this time.
0 commit comments