-
-
Notifications
You must be signed in to change notification settings - Fork 729
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] Fix ShippingMethods Create page #2744
Comments
May I take this one ? |
Hi Hugo, yes! You need to pick this My only question is that I'd not put it in app/views/spree/admin as Matt did, I'd put it in app/views/admin |
You can see better as you go but it's probably better to have one PR per page: new, index and edit. |
I'm not sure rails will use the view if we put it in |
Should I use views from 2-4-stable ? If so with spree step-6a used in master there's no method |
I'd check if step-6a is very different from 2-0-4 on this view. |
yeah, that's true! we would have to change the route and controller. For this one, maybe easier to keep in spree/. Thanks, I was not seeing this problem. |
@luisramos0 there's a whole bunch of I18n syntax changes and a couple of sections added, it would seem easier to use directly 2-0-4-stable views |
all right, lets do that! |
Just leaving a note here to address question from #2728 |
several PRs connected to the same issue make all PRs move workflow together. I'll disconnect everything so that PRs move at their own pace... ok @sigmundpetersen ? |
PRs are 2752, 2753, 2754, 2755 |
The |
Sure @luisramos0 no problem! Multiple PRs on one issue is a tricky one scrum-wise |
So, after a slack talk with Hugo, we conclude there are a few things to do here now:
I think that's all. makes sense @HugsDaniel ? |
moving this to in dev to represent reality. |
@luisramos0 I'm on the question from #2728 , still haven't found out what's wrong here. I'll keep you posted |
Amazing, OFN v2 is starting to be usable! I gave this shipping methods UI a good try and it just works :-) |
Fix page /admin/shipping_methods/new
Currently broken with an error related to zone id.
It's a heavily defaced page, probably better to use the opportunity to move Spree code to OFN and create a view without deface.
Also, if the approach selected is removing deface, it's probably worth doing it in master and then adapting it to spree 2 in 2-0-stable.
Also, maybe we remove deface not just for new but also for index and edit pages.
This issue is related to #2010, same controller
The text was updated successfully, but these errors were encountered: