-
-
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
CRM-19353 - 'Dedupe by email' not working 2 #9059
Conversation
Can one of the admins verify this patch? |
@civicrm-builder add to whitelist |
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.
This needs a couple of style fixes.
test this please |
Jenkins re test this please |
@@ -4335,7 +4336,10 @@ public static function apiQuery( | |||
$sql = "$select $from $where $having"; | |||
|
|||
// add group by | |||
if ($query->_useGroupBy) { | |||
if(!empty($groupBy)) { |
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.
@hakuren you need to do if ( not if(
We discussed this at the sprint & we had some concerns
I'm going to close this PR because it is against an out of date RC. I'd encourage you to open a new ticket for the outstanding issue around test recipients being deduped, since I think #9214 resolved CRM-19353 - (unless you no longer care) Are you on the dev email list? It would be a good place to discuss adding group_by to the api? |
CRM-19353: 'Dedupe by email' not working