Skip to content

Commit

Permalink
Send med behandlingsId til unleash (#4113)
Browse files Browse the repository at this point in the history
### 💰 Hva skal gjøres, og hvorfor?
Send med behandlingsid til unleash
  • Loading branch information
halvorbmundal authored Oct 24, 2023
1 parent 54f3192 commit 7b1f2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<changelist>-SNAPSHOT</changelist>
<spring.cloud.version>4.0.0</spring.cloud.version>
<prosessering.version>2.20231006130620_9b45ded</prosessering.version>
<felles.version>2.20231019123322_0a3df34</felles.version>
<felles.version>2.20231023162434_fa320ce</felles.version>
<eksterne-kontrakter-bisys.version>2.0_20230214104704_706e9c0</eksterne-kontrakter-bisys.version>
<felles-kontrakter.version>3.0_20231019125348_8bd6d02</felles-kontrakter.version>
<familie.kontrakter.saksstatistikk>2.0_20230214104704_706e9c0</familie.kontrakter.saksstatistikk>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class UnleashNextMedContextService(
toggleId,
properties = mapOf(
UnleashContextFields.FAGSAK_ID to behandling.fagsak.id.toString(),
UnleashContextFields.BEHANDLING_ID to behandling.id.toString(),
UnleashContextFields.ENHET_ID to arbeidsfordelingService.hentArbeidsfordelingPåBehandling(behandling.id).behandlendeEnhetId,
UnleashContextFields.NAV_IDENT to SikkerhetContext.hentSaksbehandler(),
UnleashContextFields.EPOST to SikkerhetContext.hentSaksbehandlerEpost(),
Expand Down

0 comments on commit 7b1f2c2

Please sign in to comment.