Closed hmonglee closed 1 year ago
Hello @hmonglee and thank you for this improvement. Would you be able to provide a scenario reproducing the problem? We should definitely have it to prevent regression and be 100% sure the fix is working properly :)
Scenario :
You will not find the product because of the doctrine inner join between product translation locale and current user locale
Thank you, I should be more precise :) Would you be able to create and implement a Behat scenario (and therefore a test) for this bugfix? 🚀
Related to https://github.com/Sylius/Sylius/pull/12012
When I create an order if products don't have translation in my locale, I can't select a product.
I think we should access to all products even if translation doesn't exist.