Merge pull request #242 in TEA/mina-sidor-fa-web from feature/TV-823 to develop
Squashed commit of the following: commit 91ac5da15406f25b89bd1f7e934cafd8ed4bd00f Author: fueno <nicolas.fuentes-maturana@arbetsformedlingen.se> Date: Tue Nov 2 08:11:56 2021 +0100 TV-823 display kommun
This commit is contained in:
@@ -12,6 +12,7 @@ export interface AvropCompact {
|
||||
endDate: Date; // slutdatumAvrop
|
||||
tolkbehov: string; // tolkbehov
|
||||
sprakstod: string; // sprakstod
|
||||
kommun: string; // kommun
|
||||
utforandeAdress: string; // adress
|
||||
trackCode: string; // sparkod
|
||||
trackName: TrackName; // sparNamn
|
||||
@@ -44,6 +45,7 @@ export function mapAvropResponseToAvrop(data: AvropResponse): Avrop {
|
||||
slutdatumAvrop,
|
||||
tolkbehov,
|
||||
sprakstod,
|
||||
kommun,
|
||||
adress,
|
||||
sparkod,
|
||||
personnummer,
|
||||
@@ -65,6 +67,7 @@ export function mapAvropResponseToAvrop(data: AvropResponse): Avrop {
|
||||
endDate: new Date(slutdatumAvrop),
|
||||
tolkbehov: tolkbehov,
|
||||
sprakstod: sprakstod,
|
||||
kommun,
|
||||
utforandeAdress: adress,
|
||||
trackCode: sparkod,
|
||||
trackName: (TrackName[sparkod] || TrackName.UNKNOWN) as TrackName,
|
||||
|
||||
Reference in New Issue
Block a user