Skip to content

Commit 790e1e3

Browse files
Support csv_importer import jobs in searchkit import report
1 parent 62775c6 commit 790e1e3

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)