-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
[Spree Upgrade] Order edit page is not filtering shipping methods by the order distributor #3607
Comments
This issue is fixed by a PR in spree: openfoodfoundation/spree#39 |
thx @luisramos0 ! I wanted to open this but didn't have time since yesterday, sorry ! |
it's ok, I opened it because I created the PR for it. |
I might have been too fast in merging openfoodfoundation/spree#39 but this should be solved as soon as we pull that new commit in OFN's Gemfile.lock. |
thanks. I think we are good, I'll create a new PR to bring spree39 to ofn. That PR can be manually tested and will close this issue. |
Description
When editing an order we can see the full list of shipping methods in the system.
Expected Behavior
We should see only shipping methods of the order's distributor.
Actual Behaviour
We see the full list of shipping methods in the system.
Steps to Reproduce
Open any order, edit shipping method and check the list.
Animated Gif/Screenshot
Example from my local instance with sanitized AUS live data (I see 500+ shipping methods for any order)
Context
Found while testing #3527
Severity
bug-s1: a critical feature is broken: checkout, payments, signup, login
The text was updated successfully, but these errors were encountered: