projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c7c74
)
Issue 1205: allow custom fields of type file for entities
author
Jaap Jansma
<jaap.jansma@civicoop.org>
Tue, 22 Oct 2019 14:53:46 +0000
(16:53 +0200)
committer
Jaap Jansma
<jaap.jansma@civicoop.org>
Tue, 22 Oct 2019 14:53:46 +0000
(16:53 +0200)
Civi/Core/Container.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Core/Container.php
b/Civi/Core/Container.php
index 805056456188bff234a10211371f26eb5bbb0244..1d1af901bf6898401bd877984f8905050de6a327 100644
(file)
--- 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([