Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #857 from johngian/fix-admin-action-items-filter
Browse files Browse the repository at this point in the history
Disable filter by action item name in /admin.
  • Loading branch information
johngian committed Nov 10, 2014
2 parents 3cc6b84 + affecf2 commit a399e5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion remo/dashboard/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ActionItemAdmin(ExportMixin, admin.ModelAdmin):
'priority', 'updated_on')
search_fields = ['user__first_name', 'user__last_name',
'user__userprofile__display_name', 'name']
list_filter = ['name']


admin.site.register(ActionItem, ActionItemAdmin)

0 comments on commit a399e5e

Please sign in to comment.