You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This constraint will prevent duplicate entries with the same sku and customer_group_id, which would otherwise cause the PLP to become inaccessible due to an collection error: "Item with the same ID already exists."
The text was updated successfully, but these errors were encountered:
Hi @davidtabat. Thank you for your report.
To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.
Add a comment to assign the issue: @magento I am working on this
To learn more about issue processing workflow, refer to the Code Contributions.
Join Magento Community Engineering Slack and ask your questions in #github channel. ⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
🕙 You can find the schedule on the Magento Community Calendar page.
📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Please add a unique key constraint to the shared_catalog_product_item table based on sku and customer_group_id:
This constraint will prevent duplicate entries with the same sku and customer_group_id, which would otherwise cause the PLP to become inaccessible due to an collection error: "Item with the same ID already exists."
The text was updated successfully, but these errors were encountered: