Skip to content

Commit

Permalink
Merge pull request #833 from setmao/add_search_bar_in_review_admin
Browse files Browse the repository at this point in the history
Add search bar(search on proposal title) in review admin.
  • Loading branch information
yychen authored Jul 16, 2020
2 parents ef8a4d2 + 2948973 commit 7b9f2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reviews/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class ReviewAdmin(ImportExportMixin, admin.ModelAdmin):
list_filter = [
'vote', 'stage', 'discloses_comment', 'appropriateness',
]
search_fields = ['proposal__title']
resource_class = ReviewResource


Expand Down

0 comments on commit 7b9f2cd

Please sign in to comment.