-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Entity Type ID at Join #18131
Comments
Hi @akimatze. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @akimatze do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
@engcom-backlog-nazar Thank you for verifying the issue. Based on the provided information internal tickets |
@akimatze, thank you for your report. |
Hi @akimatze. Thank you for your report. The fix will be available with the upcoming 2.2.8 release. |
Preconditions
Steps to reproduce
Expected result
Actual result
e
.entity_id
,t_d
.attribute_id
,t_d
.value
FROMeav_entity
ASe
INNER JOINeav_entity_varchar
ASt_d
ON e.entity_id = t_d.entity_id WHERE ( e.entity_id IN (1)) AND (t_d.attribute_id IN ('464')) AND (entity_type_id =12)Quick fix:
The text was updated successfully, but these errors were encountered: