Skip to content

Commit

Permalink
Avdelingsleder får kun se køer ihht skjerming
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolstad committed Nov 26, 2024
1 parent 35c8079 commit 147d5ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fun Route.OppgaveKoApis() {
get("/") {
requestContextService.withRequestContext(call) {
if (pepClient.erOppgaveStyrer()) {
val oppgavekøer = oppgaveKoTjeneste.hentOppgavekøer()
val oppgavekøer = oppgaveKoTjeneste.hentOppgavekøer(pepClient.harTilgangTilKode6())
.map { oppgaveko ->
OppgaveKoListeelement(
id = oppgaveko.id,
Expand Down

0 comments on commit 147d5ea

Please sign in to comment.