From 892be8859b9a707cd819fa45d8e65b3271b76e4f Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 12 Oct 2017 18:01:16 +1300 Subject: [PATCH] CRM-21303 fix:dedupe conflicts screen, not all rows visible --- templates/CRM/Contact/Page/DedupeFind.tpl | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.25.1