feat: admin-managed roles and hotel codes
This commit is contained in:
@@ -30,6 +30,31 @@ parameters:
|
||||
10321389: 'Reisen-Alert Stubaital'
|
||||
10554990: 'Reisen-Alert Ski & Boarderweek'
|
||||
|
||||
# Hausleitung hotel codes and their labels, assignable to users in /admin/user.
|
||||
# Mirrors the "Hausleitung {CODE}" CRM selections published by BusProNet.
|
||||
hotel_codes:
|
||||
SSL: 'SSL'
|
||||
SST: 'SST'
|
||||
MVK: 'MVK'
|
||||
ASB: 'ASB'
|
||||
LPJ: 'LPJ'
|
||||
DKS: 'DKS'
|
||||
DGS: 'DGS'
|
||||
DPW: 'DPW'
|
||||
DKI: 'DKI'
|
||||
DWW: 'DWW'
|
||||
PMV: 'PMV'
|
||||
ASG: 'ASG'
|
||||
ASC: 'ASC'
|
||||
SBW: 'SBW'
|
||||
UCH: 'UCH'
|
||||
SZO: 'SZO'
|
||||
PCJ: 'PCJ'
|
||||
KHH: 'KHH'
|
||||
SVS: 'SVS'
|
||||
SHM: 'SHM'
|
||||
AGR: 'AGR'
|
||||
|
||||
# MailJet contact metadata names for name synchronization
|
||||
mailjet_contact_metadata_fields:
|
||||
firstName: 'vorname'
|
||||
@@ -253,6 +278,10 @@ services:
|
||||
arguments:
|
||||
$mailjetLists: '%mailjet_lists%'
|
||||
|
||||
App\Form\Admin\UserType:
|
||||
arguments:
|
||||
$hotelCodes: '%hotel_codes%'
|
||||
|
||||
App\Service\DomainConfigProvider:
|
||||
arguments:
|
||||
$domainConfig: '%domain_config%'
|
||||
|
||||
Reference in New Issue
Block a user