Skip to content
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

NFC extract function in dedupe process #9223

Merged
merged 1 commit into from
Oct 12, 2016

Conversation

eileenmcnaughton
Copy link
Contributor

This is just an extraction of the more shared functionality to a separate function to facilitate testing

// Generate var $migrationInfo. The variable structure is exactly same as
// $formValues submitted during a UI merge for a pair of contacts.
$rowsElementsAndInfo = CRM_Dedupe_Merger::getRowsElementsAndInfo($mainId, $otherId, $checkPermissions);

$migrationInfo = &$rowsElementsAndInfo['migration_info'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line is still required.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK - I think I have it right now

@eileenmcnaughton eileenmcnaughton force-pushed the dedupe branch 3 times, most recently from f31dbdb to 33e0a48 Compare October 12, 2016 20:10
@colemanw colemanw merged commit 85d38c7 into civicrm:master Oct 12, 2016
@eileenmcnaughton eileenmcnaughton deleted the dedupe branch October 31, 2016 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants