added job description to basic data
This commit is contained in:
		
							parent
							
								
									db581e3208
								
							
						
					
					
						commit
						76abe007ec
					
				
							
								
								
									
										2
									
								
								TODO
								
								
								
								
							
							
						
						
									
										2
									
								
								TODO
								
								
								
								
							|  | @ -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. | ||||
|  |  | |||
|  | @ -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': { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue