Skip to content

Commit

Permalink
Always set mappeId to null when assigning saksbehandler.
Browse files Browse the repository at this point in the history
Co-authored-by: Øyvind N. Wedøe <[email protected]>
  • Loading branch information
flexable777 and oyvind-wedoe committed Sep 12, 2024
1 parent b2c6626 commit 211da54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ data class TildelOppgaveInput(
override val endretAvEnhetsnr: String,
val tilordnetRessurs: String,
val tildeltEnhetsnr: String,
val mappeId: Long?,
) : UpdateOppgaveRequest(versjon = versjon, endretAvEnhetsnr = endretAvEnhetsnr)

data class FradelOppgaveInput(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class OppgaveApiService(
endretAvEnhetsnr = endretAvEnhetsnr,
tilordnetRessurs = tildeltSaksbehandlerIdent,
tildeltEnhetsnr = tildeltSaksbehandlerInfo.enhet.enhetId,
mappeId = null,
)
}

Expand Down

0 comments on commit 211da54

Please sign in to comment.