Skip to content

Commit

Permalink
fix admin
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed May 21, 2024
1 parent b3cd5cf commit ee36abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/linked_services/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present jefer94 <[email protected]>
#
# SPDX-License-Identifier: LGPL-3.0-or-later
__version__ = "1.2.2"
__version__ = "1.2.3"
2 changes: 1 addition & 1 deletion src/linked_services/django/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class AppUserAgreementAdmin(admin.ModelAdmin):
class FirstPartyWebhookLogAdmin(admin.ModelAdmin):
list_display = ("id", "app", "type", "user_id", "external_id", "url", "processed", "attempts", "status")
search_fields = ["user_id", "external_id", "url", "app__name", "app__slug"]
list_filter = ["app", "admin", "processed", "status"]
list_filter = ["app", "type", "processed", "status"]
actions = []


Expand Down

0 comments on commit ee36abd

Please sign in to comment.