Skip to content

Commit 7b9f2cd

Browse files
authored
Merge pull request #833 from setmao/add_search_bar_in_review_admin
Add search bar(search on proposal title) in review admin.
2 parents ef8a4d2 + 2948973 commit 7b9f2cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/reviews/admin.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class ReviewAdmin(ImportExportMixin, admin.ModelAdmin):
2626
list_filter = [
2727
'vote', 'stage', 'discloses_comment', 'appropriateness',
2828
]
29+
search_fields = ['proposal__title']
2930
resource_class = ReviewResource
3031

3132

0 commit comments

Comments
 (0)