Skip to content

Commit

Permalink
Ikke sett saksbehandler ved gjenopptak
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen committed Jun 12, 2024
1 parent d19d9e4 commit 9a0a19e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public Response gjenopptaBehandling(@Context HttpServletRequest request,

// gjenoppta behandling
Optional<String> gruppeOpt = gjenopptaBehandlingTjeneste.fortsettBehandlingManuelt(behandling.getId(), HistorikkAktør.SAKSBEHANDLER);
if (gruppeOpt.isPresent()) {
if (gruppeOpt.isPresent() && behandling.getÅpneAksjonspunkter(List.of(AksjonspunktDefinisjon.FATTE_VEDTAK)).isEmpty()) {
behandlingTjeneste.setAnsvarligSaksbehandlerFraKontekst(behandling);
}

Expand Down

0 comments on commit 9a0a19e

Please sign in to comment.