-
-
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
Rename "entreprise" in i18n keys to "enterprise" #2625
Rename "entreprise" in i18n keys to "enterprise" #2625
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I love clean ups!
Staged here: http://staging.openfoodfrance.org/ |
@luisramos0 @myriamboure I've tried to create a new order cycle for Enterprise1, Enterprise 2 and Enterprise test France VAT. Each time I get the same error message: |
Ok so I can confirm that there is a big bug here. I have some clue that can help understanding the issue: I can update an existing OC but not create a new one with exactly the same parameters. |
Before anything else, let me check the staging environment. Most probably is an issue with staging. I'll let you know what I find. Maybe only tomorrow morning. |
I double-checked the changes introduced by this commit, and cannot find a possible cause of the problem. I tested with my local DB too - creating and editing enterprises seem to be working. I also suspect this is an issue with the staging server. @luisramos0 Just let me know if I could help look into this. I've yet to request access to the staging servers. |
ok, lets have a look. first, the easy one, @RachL yes, "Failed to create order cycle" is hard coded and needs an issue to be fixed. (the bug is in app/assets/javascripts/admin/order_cycles/services/order_cycle.js.coffee:159 and 174) |
There were two issues with the FR staging server:
I tried to create an order cycle before and I could see the error. Now it's working. |
@luisramos0 what superadmin login did you used? Spree@example is not working for me anymore... I will try and open a new enterprise in the meantime |
Sorry, I forgot to mention that. it's [email protected] spree123 on this server. |
@luisramos0 thanks it's working 🎉 I will finish testing this PR now |
And ready to go ! |
What? Why?
Closes #2443
Inconsistent use between the two could cause confusion and possibly bugs.
What should we test?
This does not involve changes to how the software works, but needs some actions per language on Transifex.
Smoke test of customer purchasing items, looking at places where there seem to be missing translations. Best if this can be tested in another language so missing translation keys would be more obvious.
Release notes
Changelog Category: Changed