feat: filter destinations by common name

This commit is contained in:
Björn Fromme
2024-10-28 09:09:17 +01:00
parent 80cd9ca17f
commit f155b5ae52
4 changed files with 41 additions and 36 deletions
+24 -1
View File
@@ -7,6 +7,25 @@ parameters:
default_email_from: '%env(APP_DEFAULT_EMAIL_FROM)%'
default_email_to: '%env(APP_DEFAULT_EMAIL_TO)%'
destinations:
- Schwendi
- Waldschlössli
- Spinabad
- Schweizerhaus
- Weißfluh
- Victoria
- Klein Tirol
- Jürg-Jenatsch
- Lederer
- Steinachhof
- Val Thorens
- Les Deux Alpes
- Josefsheim
- Ranalt
- Jolimont
- Christiler
- Heuberghaus
services:
_defaults:
autowire: true
@@ -141,4 +160,8 @@ services:
arguments:
$defaults:
from: '%default_email_from%'
to: '%default_email_to%'
to: '%default_email_to%'
App\Form\AssignmentFilterType:
arguments:
$destinations: '%destinations%'