-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
Release v5.0.0 Grünkohl #12920
Comments
I created another tag in between again. You'll need to adjust the release note generation to the last official release tag v4.6.11. |
Hey @rioug , I've tested the release, and the usual test cases show no issues, all good here: However, I thought I'd have a look in the products page, given we're rolling out a big chunk. Unfortunately, it can be seen, that after staging this PR, new products/variants (1, pic below) retain the attributed unit scale but previously created products/variants (2, pic below) are left without a unit scale. Interestingly, it appears ok in the shopfrot: I've checked the DB and it looks like the issue is not only on the UI, For variant 1):
For variant 2)
I don't know why, but this was (and is, as of now) not observed in staging-AU, where the PR #12787 was tested: I'm afraid this release might be removing unit scale from all variants, so I'd mark it as blocked, for now. I'm a bit puzzled by this, I'd expect this to have been seen in staging-AU, before. Happy for your thoughts on this. EDIT: I realize we have discussed a similar situation, but to my understanding there are two distinct situations:
I'll delete the migrations, re-stage, and check again. |
After deleting the migrations with:
and re-staging the PR, we get the following result: Variant 1) (from the pic in the previous comment) now has an empty
Variant 2) now has the correct information an empty
With an empty (mandatory) value, no changes can be made to the page. I think this might render the page unusable. So, I'm not sure we're good here. Can you confirm @rioug @RachL ? |
1. Preparation on Thursday
script/release/update_locales
git push upstream HEAD:refs/tags/vX.Y.Z
script/release/tag
2. Testing
@testers
in #testing.3. Finish on Tuesday
Command line instructions
The full process is described at https://github.com/openfoodfoundation/openfoodnetwork/wiki/Releasing.
The text was updated successfully, but these errors were encountered: