Compare commits

...

2 commits

Author SHA1 Message Date
361c2ba00f
🔀 merge branch 'dev' 2025-04-09 11:33:00 +02:00
927029c1fd
🐛 fix bug: missing permissions CustomField::get() 2025-04-09 11:30:20 +02:00

View file

@ -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()