Skip to content

Commit

Permalink
Fix: Legger til hastesak=false på alle oppgaver frem til los støtter …
Browse files Browse the repository at this point in the history
…hastesak igjen
  • Loading branch information
baskevold committed Feb 29, 2024
1 parent bfeb6f1 commit 0d5ef91
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@ class K9SakTilLosAdapterTjeneste(
behandlingProsessEventer.forEach { event ->
eventNrForBehandling++
var oppgaveDto = EventTilDtoMapper.lagOppgaveDto(event, forrigeOppgave)

.leggTilFeltverdi(
OppgaveFeltverdiDto(
nøkkel = "hastesak",
verdi = "false"
)
)
oppgaveDto = ryddOppObsoleteOgResultatfeilFra2020(event, oppgaveDto, nyeBehandlingsopplysningerFraK9Sak)

val oppgave = oppgaveV3Tjeneste.sjekkDuplikatOgProsesser(oppgaveDto, tx)
Expand Down

0 comments on commit 0d5ef91

Please sign in to comment.