🐛 fix bug: missing permissions CustomField::get()
This commit is contained in:
parent
60dd218688
commit
927029c1fd
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ abstract class BaseMailingList
|
||||||
*/
|
*/
|
||||||
static protected function getCustomFields(): array
|
static protected function getCustomFields(): array
|
||||||
{
|
{
|
||||||
return CustomField::get()
|
return CustomField::get(FALSE)
|
||||||
->addSelect('*')
|
->addSelect('*')
|
||||||
->addWhere('custom_group_id:name', '=', static::CUSTOM_GROUP_NAME)
|
->addWhere('custom_group_id:name', '=', static::CUSTOM_GROUP_NAME)
|
||||||
->execute()
|
->execute()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue