Compare commits

..

No commits in common. "361c2ba00f457d46d687f22e0b33606b6f84e4bf" and "60dd218688ae291f1bb67a570fb3d30314f6f6fd" have entirely different histories.

View file

@ -95,7 +95,7 @@ abstract class BaseMailingList
*/ */
static protected function getCustomFields(): array static protected function getCustomFields(): array
{ {
return CustomField::get(FALSE) return CustomField::get()
->addSelect('*') ->addSelect('*')
->addWhere('custom_group_id:name', '=', static::CUSTOM_GROUP_NAME) ->addWhere('custom_group_id:name', '=', static::CUSTOM_GROUP_NAME)
->execute() ->execute()