Skip to content

Commit

Permalink
feature/chat_backend__name-filter (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
gecBurton authored Feb 17, 2025
1 parent 89dee5d commit a5576ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_app/redbox_app/redbox_core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class ChatAdmin(ExportMixin, admin.ModelAdmin):
]
inlines = [ChatMessageInline, FileInline]
list_display = ["name", "user", "created_at"]
list_filter = ["user"]
list_filter = ["chat_backend__name"]
date_hierarchy = "created_at"
search_fields = ["user__email"]

Expand Down

0 comments on commit a5576ca

Please sign in to comment.