From: Jaap Jansma Date: Tue, 22 Oct 2019 14:53:46 +0000 (+0200) Subject: Issue 1205: allow custom fields of type file for entities X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=09871447cc8bc8320479c65ec246106226bd3f3a;p=civicrm-core.git Issue 1205: allow custom fields of type file for entities --- diff --git a/Civi/Core/Container.php b/Civi/Core/Container.php index 8050564561..1d1af901bf 100644 --- a/Civi/Core/Container.php +++ b/Civi/Core/Container.php @@ -433,8 +433,7 @@ class Container { FROM civicrm_custom_field fld INNER JOIN civicrm_custom_group grp ON fld.custom_group_id = grp.id WHERE fld.data_type = "File" - ', - ['civicrm_activity', 'civicrm_mailing', 'civicrm_contact', 'civicrm_grant'] + ' )); $kernel->setApiProviders([