We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62775c6 commit 790e1e3Copy full SHA for 790e1e3
ext/civiimport/civiimport.php
@@ -99,7 +99,7 @@ function _civiimport_civicrm_get_import_tables(): array {
99
-- it is a new convention, at best, to require anything
100
-- specific in the job_type, but it saves any onerous lookups
101
-- in a function which needs to avoid loops
102
- AND job_type LIKE "%import"
+ AND job_type LIKE "%import%"
103
-- also more of a feature than a specification - but we need a table
104
-- to do this pseudo-api
105
AND metadata LIKE "%table_name%"');
0 commit comments