Skip to content

Commit

Permalink
Merge pull request #1371 from open-zaak/issue/1370-zaaktypen-list-per…
Browse files Browse the repository at this point in the history
…formance

⚡ [#1370] Optimize zaaktypen list performance with deelzaaktypen prefetch
  • Loading branch information
sergei-maertens committed Apr 21, 2023
2 parents 3b88d18 + e8da948 commit 50ed3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openzaak/components/catalogi/api/viewsets/zaaktype.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class ZaakTypeViewSet(
"resultaattypen",
"eigenschap_set",
"roltype_set",
"deelzaaktypen",
"besluittypen",
).order_by("-pk")
serializer_class = ZaakTypeSerializer
Expand Down

0 comments on commit 50ed3fd

Please sign in to comment.