-
-
Notifications
You must be signed in to change notification settings - Fork 817
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#1244 Fix regression on searching by email in advanced search #15255
Conversation
(Standard links)
|
dab1180
to
f4ef2eb
Compare
@eileenmcnaughton can you fill out the PR template? Also is this released or unreleased? |
I'm assuming unreleased but I haven't checked / confirmed yet |
f4ef2eb
to
9178793
Compare
@eileenmcnaughton it looks like this affects 5.17 but not 5.16 i think |
damn - still 5.17 about to go out? |
@eileenmcnaughton 5.17.1 has been released |
hmm - we better do another one. At least the fact it's in 5.17 validates my decision to have just deployed 5.18 rather than 5.17 into production - we would have hit this either way |
(CiviCRM Review Template WORD-1.2)
|
I updated the PR template but haven't grabbed a screenshot |
@eileenmcnaughton added screenshots |
@eileenmcnaughton would this be worth a drop by its self? |
@seamuslee001 yes I think so |
Overview
Fixes regression whereby searching on email in advanced search fails
Before
Results not returned and warnings emitted
After
Results returned and no warnings
Technical Details
Issue is it's coming in as an array & the code foolishly only handles arrays if $apiEntity is set. I renamed this to what it actually means
Comments