Skip to content

Commit

Permalink
✨ Add some search fields for zaak admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Sep 20, 2024
1 parent 8f9f655 commit ad1d71c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/openarchiefbeheer/zaken/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

@admin.register(Zaak)
class ZaakAdmin(admin.ModelAdmin):
search_fields = ("identificatie", "uuid")

def get_urls(self):
urls = super().get_urls()
Expand Down

0 comments on commit ad1d71c

Please sign in to comment.