File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Customer/etc Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 353353 <virtualType name =" Magento\Customer\Model\Api\SearchCriteria\CollectionProcessor\GroupFilterProcessor" type =" Magento\Framework\Api\SearchCriteria\CollectionProcessor\FilterProcessor" >
354354 <arguments >
355355 <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 >
359359 </argument >
360360 </arguments >
361361 </virtualType >
362362 <!-- @api -->
363363 <virtualType name =" Magento\Customer\Model\Api\SearchCriteria\CollectionProcessor\GroupSortingProcessor" type =" Magento\Framework\Api\SearchCriteria\CollectionProcessor\SortingProcessor" >
364364 <arguments >
365365 <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 >
369369 </argument >
370370 <argument name =" defaultOrders" xsi : type =" array" >
371371 <item name =" id" xsi : type =" string" >ASC</item >
You can’t perform that action at this time.
0 commit comments