feat: filter destinations by common name
This commit is contained in:
+24
-1
@@ -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%'
|
||||
Reference in New Issue
Block a user