Skip to content

Commit

Permalink
Merge pull request #231 from open-zaak/feature/admin-zaak-raw_id_fields
Browse files Browse the repository at this point in the history
raw_id_fields in ZaakAdmin
  • Loading branch information
joeribekker committed Nov 12, 2019
2 parents 393b76c + 6c95837 commit be42601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openzaak/components/zaken/admin/zaken.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class ZaakAdmin(admin.ModelAdmin):
ResultaatInline,
RelevanteZaakRelatieInline,
]
raw_id_fields = ["zaaktype", "hoofdzaak"]


@admin.register(Status)
Expand Down

0 comments on commit be42601

Please sign in to comment.