Skip to content

Commit

Permalink
Merge pull request #31586 from olayiwola-compucorp/CPO-1841-supportcs…
Browse files Browse the repository at this point in the history
…v-importer

Support csv_importer import jobs in searchkit import report
  • Loading branch information
eileenmcnaughton authored Jan 1, 2025
2 parents b19261f + 790e1e3 commit e1febb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/civiimport/civiimport.php
Original file line number Diff line number Diff line change
Expand Up @@ -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%"');
Expand Down

0 comments on commit e1febb5

Please sign in to comment.