From 5409d2e310d609e242b36884bf472891ff5dbde8 Mon Sep 17 00:00:00 2001 From: olayiwola-compucorp Date: Tue, 14 Jan 2025 10:51:22 +0100 Subject: [PATCH] CPO-1841: Support csv_importer import jobs in searchkit import report PR: https://github.com/civicrm/civicrm-core/pull/31586 --- ext/civiimport/civiimport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/civiimport/civiimport.php b/ext/civiimport/civiimport.php index 5b34e52b9f53..a47e274a71db 100644 --- a/ext/civiimport/civiimport.php +++ b/ext/civiimport/civiimport.php @@ -99,7 +99,7 @@ function _civiimport_civicrm_get_import_tables(): array { -- it is a new convention, at best, to require anything -- specific in the job_type, but it saves any onerous lookups -- in a function which needs to avoid loops - AND job_type LIKE "%import" + AND job_type LIKE "%import%" -- also more of a feature than a specification - but we need a table -- to do this pseudo-api AND metadata LIKE "%table_name%"');