-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
dev/core#1936 Make the label field on price_field_value non required … #18124
Conversation
(Standard links)
|
I still can not upgrade -> I still get stuck on [Executed: Upgrade DB to 5.27.4: SQL]
|
Notes $locales are fetched differently for
|
dd3b924
to
4d8299f
Compare
thanks @demeritcowboy @KarinG fixed the upgrader now |
I think you need to explode/unserialize the locales as @KarinG notes, as in CRM_Core_I18n::getMultilingual() |
4d8299f
to
e173e9a
Compare
thanks @demeritcowboy fixed now |
Ok one more time! :-) Installed 5.27.4 - vanilla - create Contribution Page -> reproducing the issue: Ok then: karins-MBP:civicrm-core sysadmin$ curl https://patch-diff.githubusercontent.com/raw/civicrm/civicrm-core/pull/18124.diff -o 18124.diff karins-MBP:civicrm-core sysadmin$ cat 18124.diff |patch -p1 For testing the upgrade emacs CRM/Upgrade/Incremental/php/FiveTwentySeven.php Ok here we go - running upgrade -> Done! Checking: |
going to add Merge on pass based on @KarinG 's testing on the linked PRs |
Test fails unrelated |
Phew! |
Thanks @seamuslee001 - the approach had been agreed on chat & I agree @KarinG's testing was solid on this |
…field
Overview
5.27 port of #18123
Before
Label field required
After
label field non required
ping @KarinG @demeritcowboy @eileenmcnaughton
Karin in your testing you should update the upgrade function to be 5_27_4 but we need 5_27_5 for core because that will be the next available version