mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-14 23:38:53 +00:00
Tweak admin for SelectionList model (#11712)
This commit is contained in:
@@ -43,7 +43,7 @@ class SelectionListEntryInlineAdmin(admin.StackedInline):
|
||||
class SelectionListAdmin(admin.ModelAdmin):
|
||||
"""Admin interface for SelectionList objects."""
|
||||
|
||||
list_display = ('name', 'description')
|
||||
list_display = ('name', 'description', 'active', 'locked')
|
||||
search_fields = ('name', 'description')
|
||||
list_filter = ('active', 'locked')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user