-
-
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
Crm 19847 #9653
Crm 19847 #9653
Conversation
@jmcclelland : Can you please fix the style warning as per https://test.civicrm.org/job/CiviCRM-Core-PR/13345/checkstyleResult/new/ |
'gid' => $gid, | ||
'limit' => $limit | ||
); | ||
$this->assign('urlQuery', implode('&', $urlQry)); |
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 will assign only values of $urlQry
-- 1&$rgid&$gid&$limit
which is completely different from the one assigned before. This breaks all the button URLs on the merge page.
OMG - Woops. That's sloppy on my part. Sorry to waste your time! Working on a fix now... |
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.
I was able to reproduce the issue when context=conflict
and action is update
. This PR correctly removes the snippet param and redirects the page to complete dupePairs.
Thanks for the update @jmcclelland
No description provided.