SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 36feb49d authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add search field to ticket admin

parent 0432e1a6
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ class TicketAdmin(admin.ModelAdmin):
search_fields = [
'title',
'description',
'defined_by__last_name'
'defined_by__last_name',
'concerning_object_id'
]
inlines = [FollowupInline]
autocomplete_fields = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment