🔀 merge branch 'dev'

This commit is contained in:
Marc Koch 2025-04-09 11:32:36 +02:00
commit 361c2ba00f
Signed by: marc.koch
GPG key ID: 12406554CFB028B9

View file

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