From 465a1ea31060bf9d7d305ad43c1bce1fffb9e002 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 10 Oct 2022 12:44:46 +0100 Subject: [PATCH] Import summary field fix --- ext/civiimport/Managed/ImportSearches.mgd.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/civiimport/Managed/ImportSearches.mgd.php b/ext/civiimport/Managed/ImportSearches.mgd.php index 862aea8e93..e1ce9d4b45 100644 --- a/ext/civiimport/Managed/ImportSearches.mgd.php +++ b/ext/civiimport/Managed/ImportSearches.mgd.php @@ -167,9 +167,9 @@ foreach ($importEntities as $importEntity) { ], [ 'type' => 'field', - 'key' => 'COUNT__id', + 'key' => 'COUNT_id', 'dataType' => 'Integer', - 'label' => '', + 'label' => E::ts('Number of rows'), 'sortable' => TRUE, ], ], -- 2.25.1