SQL Error: ambiguous column 'customer_group_id' in 'All customers' page in admin when extension attribute table is joined #15822
Labels
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Preconditions
Steps to reproduce
Admin -> Customers -> All Customers
page.Expected result
Actual result
This happens because conditions added by
\Magento\Customer\Model\GroupManagement::getLoggedInGroups
refer to fieldcustomer_group_id
without the table alias prefix.The text was updated successfully, but these errors were encountered: