Compare commits
2 commits
60dd218688
...
361c2ba00f
Author | SHA1 | Date | |
---|---|---|---|
361c2ba00f | |||
927029c1fd |
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue