mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-06 16:15:42 +00:00
Add some more search terms to the admin interface
This commit is contained in:
@@ -20,6 +20,12 @@ class BuildAdmin(ImportExportModelAdmin):
|
||||
'notes',
|
||||
)
|
||||
|
||||
search_fields = [
|
||||
'title',
|
||||
'part__name',
|
||||
'part__description',
|
||||
]
|
||||
|
||||
|
||||
class BuildItemAdmin(admin.ModelAdmin):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user