-
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
Category\Collection::joinUrlRewrite should use the store set on the collection #13704
Comments
Hi @alepane21, from method implementation
it looks like proposed change could be applied safely. Could you please prepare a pull request containing suggested change and appropriate test? |
I'm working on it. |
If the pull request pass on develop-2.2 I'm also going to do the backport to 2.1-develop. |
Hi @alepane21. Thank you for your report.
The fix will be available with the upcoming 2.2.5 release. |
Hi @alepane21. Thank you for your report.
The fix will be available with the upcoming 2.3.0 release. |
Preconditions
Steps to reproduce
Expected result
Actual result
The problem is that Magento\Catalog\Model\ResourceModel\Category\Collection::joinUrlRewrite always use the store id from the store manager. I think that it should instead use the storeId set on the actual collection.
The text was updated successfully, but these errors were encountered: