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:
4bbc1f5
)
dev/core#4498 Ensure that users without administer civicrm permission can use the...
author
Seamus Lee
<seamuslee001@gmail.com>
Mon, 14 Aug 2023 21:46:28 +0000
(07:46 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Mon, 14 Aug 2023 21:46:28 +0000
(07:46 +1000)
Civi/Api4/EntitySet.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Api4/EntitySet.php
b/Civi/Api4/EntitySet.php
index d8a82fcb051be6876d63318811eeba661478ed14..b77fdae15a2494e6f2d935d0d7df2bdd8e9833fe 100644
(file)
--- a/
Civi/Api4/EntitySet.php
+++ b/
Civi/Api4/EntitySet.php
@@
-48,7
+48,9
@@
class EntitySet extends Generic\AbstractEntity {
}
public static function permissions() {
- return [];
+ return [
+ 'get' => [],
+ ];
}
/**