Skip to content

Commit 5409d2e

Browse files
CPO-1841: Support csv_importer import jobs in searchkit import report
PR: civicrm#31586
1 parent 97d7a53 commit 5409d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/civiimport/civiimport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function _civiimport_civicrm_get_import_tables(): array {
9999
-- it is a new convention, at best, to require anything
100100
-- specific in the job_type, but it saves any onerous lookups
101101
-- in a function which needs to avoid loops
102-
AND job_type LIKE "%import"
102+
AND job_type LIKE "%import%"
103103
-- also more of a feature than a specification - but we need a table
104104
-- to do this pseudo-api
105105
AND metadata LIKE "%table_name%"');

0 commit comments

Comments
 (0)