added job description to basic data

This commit is contained in:
Benni Bärmann 2021-12-22 10:57:58 +01:00
parent db581e3208
commit 76abe007ec
2 changed files with 2 additions and 4 deletions

2
TODO
View File

@ -4,8 +4,6 @@ from https://otrs.wikimedia.de/otrs/index.pl?Action=AgentTicketZoom;TicketID=754
* translation in english
* add title to mail for CENTRAL see https://otrs.wikimedia.de/otrs/index.pl?Action=AgentTicketZoom;TicketID=730829#836131
minor stuff:
* remove dot before "Nextcloud" at login page.

View File

@ -5,7 +5,8 @@ ONLY_ONBOARDING = True
EVA_MAIL = 'it-support@wikimedia.de'
# these Fields should be included in every mail
BASIC_DATA = ['firstname', 'lastname', 'firstdate_employment', 'firstdate_presence',]
BASIC_DATA = ['firstname', 'lastname', 'firstdate_employment', 'firstdate_presence',
'jobdescription_german', 'jobdescription_english',]
# for every department: 'MAIL' => mail adress, 'DATA': additional fields to include
MAILS = {
@ -28,7 +29,6 @@ MAILS = {
'MAIL': 'presse@wikimedia.de',
'DATA': [
'department', 'team',
'jobdescription_german', 'jobdescription_english',
],
},
'CENTRAL': {