From 09871447cc8bc8320479c65ec246106226bd3f3a Mon Sep 17 00:00:00 2001 From: Jaap Jansma Date: Tue, 22 Oct 2019 16:53:46 +0200 Subject: [PATCH] Issue 1205: allow custom fields of type file for entities --- Civi/Core/Container.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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([ -- 2.25.1