Skip to content

Commit

Permalink
[bug 1162907] Allow searching campaign names.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed May 11, 2015
1 parent c1462c8 commit 2684b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/base/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class SnippetAdmin(BaseSnippetAdmin):
form = forms.SnippetAdminForm

search_fields = ('name', 'client_match_rules__description',
'template__name')
'template__name', 'campaign')
list_filter = BaseSnippetAdmin.list_filter + (
'template',
'exclude_from_search_providers',
Expand Down

0 comments on commit 2684b3b

Please sign in to comment.