Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelegu authored Oct 1, 2024
2 parents 8102acf + 1c3aae9 commit 34c05e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ val YRKESSKADE = Produsent(
val FORELDREPENGER = Produsent(
id = "fp-inntektsmelding-notifikasjon",
accessPolicy = basedOnEnv(
prod = { listOf() },
prod = { listOf(
"prod-gcp:teamforeldrepenger:fpinntektsmelding"
) },
other = { listOf(
"dev-gcp:teamforeldrepenger:fpinntektsmelding",
)},
Expand Down
5 changes: 4 additions & 1 deletion widget/brukerapi-mock/notifikasjonMockMiddleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ const eksempler = {
'Tilskuddsberegning i avtale endret av veileder.',
'Avtalen må godkjennes på nytt.',
'Kontaktinformasjon i avtale endret av veileder.'
]
],
'Foreldrepenger' : [

],//TODO: Fylle inn mock-eksempler
}

const saker = [
Expand Down

0 comments on commit 34c05e9

Please sign in to comment.