Skip to content
Snippets Groups Projects
Commit b1fb1a8e authored by Benjamin Hättasch's avatar Benjamin Hättasch Committed by Nadja Geisler
Browse files

Allow filtering AKs in admin interface by AKType

parent c55e8081
No related branches found
No related tags found
1 merge request!279Filtering by types, speed-up, and client-side warning for suboptimal AK names
...@@ -329,7 +329,8 @@ class AKAdmin(PrepopulateWithNextActiveEventMixin, SimpleHistoryAdmin): ...@@ -329,7 +329,8 @@ class AKAdmin(PrepopulateWithNextActiveEventMixin, SimpleHistoryAdmin):
list_filter = ['event', list_filter = ['event',
WishFilter, WishFilter,
('category', EventRelatedFieldListFilter), ('category', EventRelatedFieldListFilter),
('requirements', EventRelatedFieldListFilter) ('requirements', EventRelatedFieldListFilter),
('types', EventRelatedFieldListFilter),
] ]
list_editable = ['short_name', 'track', 'interest_counter'] list_editable = ['short_name', 'track', 'interest_counter']
ordering = ['pk'] ordering = ['pk']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment