CRM-18575 autoflip fix. Do not pass autoflip when batch merging.
authoreileen <emcnaughton@wikimedia.org>
Fri, 17 Jun 2016 23:34:03 +0000 (11:34 +1200)
committereileen <emcnaughton@wikimedia.org>
Sat, 25 Jun 2016 01:07:04 +0000 (13:07 +1200)
commit808c05a997dadef04c8a0903d6762545550c617c
treef6a0efb55f283a96bfa40e6b4521bb62597e1978
parentc917824bea74e73f3d7ce8a247cce77f62280214
CRM-18575 autoflip  fix. Do not pass autoflip when batch merging.

Fix autoflip by passing do not autoflip to respect prevnext contents & fully altering those contents.

I was going to refactor further but without an api for the entity it's a drag & there is contention
about adding apis just to help improve code quality because they aren't 'protected'
CRM/Contact/Page/AJAX.php
CRM/Contact/Page/DedupeMerge.php
CRM/Core/BAO/PrevNextCache.php
tests/phpunit/CRM/Core/BAO/PrevNextCacheTest.php [new file with mode: 0644]