From 3db1e4a3522224e63b809ee2d3699098c598a6ac Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 20 Sep 2017 05:23:28 +0530 Subject: [PATCH] CRM-21202, set retrieve = true so that its not reinitialized again and just want the DataTable instance to be returned ---------------------------------------- * CRM-21202: DataTables warning: table id=dupePairs https://issues.civicrm.org/jira/browse/CRM-21202 --- templates/CRM/Contact/Page/DedupeFind.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/CRM/Contact/Page/DedupeFind.tpl b/templates/CRM/Contact/Page/DedupeFind.tpl index c770655680..40a4bb37cd 100644 --- a/templates/CRM/Contact/Page/DedupeFind.tpl +++ b/templates/CRM/Contact/Page/DedupeFind.tpl @@ -180,6 +180,7 @@ "ajax": { "url": {/literal}'{$sourceUrl}'{literal} }, + "retrieve": 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