Handle saving and loading list page. Add support for showInManageSubscriptionPage checkbox input

MAILPOET-4669
This commit is contained in:
Oluwaseun Olorunsola
2022-11-02 13:15:23 +01:00
committed by Aschepikov
parent 31c2915075
commit 48181994d8
3 changed files with 8 additions and 2 deletions

View File

@ -34,6 +34,7 @@ class SegmentsResponseBuilder {
'deleted_at' => ($deletedAt = $segment->getDeletedAt()) ? $deletedAt->format(self::DATE_FORMAT) : null,
'average_engagement_score' => $segment->getAverageEngagementScore(),
'filters_connect' => $segment->getFiltersConnectOperator(),
'showInManageSubscriptionPage' => $segment->getDisplayInManageSubscriptionPage(),
];
}