Skip to content

Commit

Permalink
benytt beskrivelse av status i oppsummering stedet for enum-navn
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrele committed Oct 10, 2024
1 parent c24e0df commit b974f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fun Route.tiltaksgjennomforingRoutes() {
deltakereByStatus = deltakereForGjennomforing
.groupBy { it.status.type }
.map { (status, deltakere) ->
DeltakerStatusSummary(status = status.name, count = deltakere.size)
DeltakerStatusSummary(status = status.description, count = deltakere.size)
},
)

Expand Down

0 comments on commit b974f79

Please sign in to comment.