Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Classes/Module/RecipientListController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

final class RecipientListController extends MainController
{
protected array $allowedTables;
protected FlashMessageQueue $flashMessageQueue;

public function __construct(
Expand Down Expand Up @@ -69,12 +70,11 @@ public function __construct(


protected $requestUri = '',

protected array $allowedTables = [DmailRecipientEnum::TtAddress->value, DmailRecipientEnum::FeUsers->value],

protected bool $submit = false,
protected string $queryConfig = '',
) {
$this->allowedTables = [DmailRecipientEnum::TtAddress->value, DmailRecipientEnum::FeUsers->value];
}

public function handleRequest(ServerRequestInterface $request): ResponseInterface
Expand Down