From: eileen Date: Thu, 12 Oct 2017 05:01:16 +0000 (+1300) Subject: CRM-21303 fix:dedupe conflicts screen, not all rows visible X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=892be8859b9a707cd819fa45d8e65b3271b76e4f;p=civicrm-core.git CRM-21303 fix:dedupe conflicts screen, not all rows visible --- diff --git a/templates/CRM/Contact/Page/DedupeFind.tpl b/templates/CRM/Contact/Page/DedupeFind.tpl index 40a4bb37cd..2f9ce96234 100644 --- a/templates/CRM/Contact/Page/DedupeFind.tpl +++ b/templates/CRM/Contact/Page/DedupeFind.tpl @@ -181,6 +181,8 @@ "url": {/literal}'{$sourceUrl}'{literal} }, "retrieve": true, + "processing": true, + "serverSide": true, rowCallback: function (row, data) { // Set the checked state of the checkbox in the table $('input.crm-dedupe-select', row).prop('checked', data.is_selected == 1);