-
-
Notifications
You must be signed in to change notification settings - Fork 824
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#249 Fix crash when performing export all contacts from search #12447
dev/core#249 Fix crash when performing export all contacts from search #12447
Conversation
(Standard links)
|
9409b8e
to
b7250ea
Compare
A fix for this should target 5.4 (RC) because the regression appears in the RC. When testing patches here, we need to check both:
With this patch, it fixes |
b7250ea
to
094208c
Compare
@mattwire posted a revision here along with some explanatory comments on Mattermost.
This does smell like a better theory of the problem (although I still don't claim to fully understand what we're juggling around). In any event, the following use-cases are passing
@mattwire could you update to target 5.4? |
Given @totten's comments i have added the merge ready label, noting that the target of the PR needs to change to be 5.4, ping also @lcdservices Brian you may want to try applying this as well and testing it. |
Jenkins re test this please |
094208c
to
fe9b66c
Compare
Rebased against 5.4 |
Overview
Regression since #12341, #12349, related to #12320.
Error: undefined function
getContactIds()
To reproduce:
Before
Crash.
After
Export works again.