Skip to content

Commit

Permalink
Bruker saksbehandlernavn EY fra Fagsaksystem-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindsh committed Dec 13, 2024
1 parent 38a4857 commit 57973a9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import no.nav.etterlatte.libs.common.behandling.BehandlingHendelseType
import no.nav.etterlatte.libs.common.feilhaandtering.InternfeilException
import no.nav.etterlatte.libs.common.sak.SakId
import no.nav.etterlatte.libs.common.tidspunkt.toTidspunkt
import no.nav.etterlatte.libs.ktor.token.Fagsaksystem
import no.nav.etterlatte.libs.ktor.token.HardkodaSystembruker
import org.slf4j.LoggerFactory
import java.time.Duration
Expand Down Expand Up @@ -93,7 +94,7 @@ class ResendManglendeAvbrytJob(
if (it.manglerHendelse) {
hendelseDao.behandlingAvbrutt(
behandling = behandling,
saksbehandler = "EY",
saksbehandler = Fagsaksystem.EY.navn,
kommentar =
"Behandling ble avbrutt igjennom flyt som ikke lagret hendelse. " +
"Hendelse ble lagt til ${LocalDate.now()}",
Expand Down

0 comments on commit 57973a9

Please sign in to comment.