We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c64173f + 1b9f5b8 commit 7afbf87Copy full SHA for 7afbf87
1 file changed
app/kudos/admin.py
@@ -79,6 +79,7 @@ class BulkTransferCouponAdmin(admin.ModelAdmin):
79
list_display = ['created_on', '__str__']
80
raw_id_fields = ['sender_profile', 'token']
81
readonly_fields = ['claim']
82
+ search_fields = ['comments_to_put_in_kudos_transfer', 'secret', 'token__name']
83
84
def claim(self, instance):
85
url = instance.url
0 commit comments