mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Merge pull request #1355 from SchrodingersGat/search-fields
Allow searching part by revision field
This commit is contained in:
@ -668,6 +668,7 @@ class PartList(generics.ListCreateAPIView):
|
||||
'name',
|
||||
'description',
|
||||
'IPN',
|
||||
'revision',
|
||||
'keywords',
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user