Compare commits
No commits in common. "361c2ba00f457d46d687f22e0b33606b6f84e4bf" and "60dd218688ae291f1bb67a570fb3d30314f6f6fd" have entirely different histories.
361c2ba00f
...
60dd218688
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(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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue