Import summary field fix
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 10 Oct 2022 11:44:46 +0000 (12:44 +0100)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 11 Oct 2022 06:04:12 +0000 (07:04 +0100)
ext/civiimport/Managed/ImportSearches.mgd.php

index 862aea8e93c054454082067c8e016040a34b22fc..e1ce9d4b458f0bace7fef1f4e3de604842eceb20 100644 (file)
@@ -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,
             ],
           ],