Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit 32fbe9d

Browse files
authored
Merge branch 'master' into feature/TFP-3535
2 parents 90e762b + 90b61ac commit 32fbe9d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

packages/sak-historikk/src/components/History.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const velgHistorikkMal = (histType) => { // NOSONAR
6666
case historikkinnslagType.ANKE_BEH:
6767
return HistorikkMalType5;
6868
case historikkinnslagType.NY_INFO_FRA_TPS:
69+
case historikkinnslagType.NY_GRUNNLAG_MOTTATT:
6970
return HistorikkMalType6;
7071
case historikkinnslagType.OVERSTYRT:
7172
return HistorikkMalType7;

packages/sak-historikk/src/kodeverk/historikkinnslagType.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const historikkinnslagType = {
4949
FORELDELSE: 'FORELDELSE',
5050
MIGRERT_FRA_INFOTRYGD: 'MIGRERT_FRA_INFOTRYGD',
5151
MIGRERT_FRA_INFOTRYGD_FJERNET: 'MIGRERT_FRA_INFOTRYGD_FJERNET',
52+
NY_GRUNNLAG_MOTTATT: 'NY_GRUNNLAG_MOTTATT',
5253
};
5354

5455
export default historikkinnslagType;

packages/storybook/stories/mocks/alleKodeverk.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@
239239
"kode": "NY_INFO_FRA_TPS",
240240
"navn": "Ny info fra TPS",
241241
"kodeverk": "HISTORIKKINNSLAG_TYPE"
242+
},
243+
{
244+
"kode": "NY_GRUNNLAG_MOTTATT",
245+
"navn": "NY_GRUNNLAG_MOTTATT",
246+
"kodeverk": "HISTORIKKINNSLAG_TYPE"
242247
}
243248
],
244249
"UttakUtsettelseType": [
@@ -6710,4 +6715,4 @@
67106715
"kodeverk": "FORELDRE_TYPE"
67116716
}
67126717
]
6713-
}
6718+
}

0 commit comments

Comments
 (0)