Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20.18.0 SHQ18-112 Introduced a potential issue with joins in 2.2.4+ #46

Closed
Silarn opened this issue May 23, 2018 · 1 comment
Closed

Comments

@Silarn
Copy link

Silarn commented May 23, 2018

In Magento 2.2.4, the Amazon module is now an integrated part of Magento. This causes a conflict with the Helper\CarrierGroup function 'getQuoteShippingAddressFromOrder' because it uses the field 'entity_id' as a filter.

However, the Amazon modules do automatic extension_attributes joins on this table which includes another entity_id column. This causes failures with the joins due to the SQL not specifying the table.

You should be able to avoid this by specifying 'main_table.entity_id' in your filter.

@wsajosh
Copy link
Contributor

wsajosh commented May 24, 2018

Hey @Silarn Thanks for raising this! We're aware of this issue and working on a fix. We will be releasing a update to address this shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants