Skip to content

Commit

Permalink
[#3889] Add admin list filters for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Apr 2, 2024
1 parent bdf53af commit d96d841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openforms/logging/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class TimelineLogProxyAdmin(admin.ModelAdmin):
"extra_data",
)
list_display = ("message",)
list_filter = ("timestamp", "user")
search_fields = (
"extra_data",
"object_id",
Expand Down

0 comments on commit d96d841

Please sign in to comment.