CRM-21303 fix:dedupe conflicts screen, not all rows visible
authoreileen <emcnaughton@wikimedia.org>
Thu, 12 Oct 2017 05:01:16 +0000 (18:01 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 12 Oct 2017 05:26:51 +0000 (18:26 +1300)
templates/CRM/Contact/Page/DedupeFind.tpl

index 40a4bb37cd6e4250271b979cf1c771e97cda5496..2f9ce96234e1677f87e1a2de440b158193b0bb88 100644 (file)
         "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);