mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1355 from SchrodingersGat/search-fields
Allow searching part by revision field
This commit is contained in:
commit
3b03d45f1f
@ -668,6 +668,7 @@ class PartList(generics.ListCreateAPIView):
|
|||||||
'name',
|
'name',
|
||||||
'description',
|
'description',
|
||||||
'IPN',
|
'IPN',
|
||||||
|
'revision',
|
||||||
'keywords',
|
'keywords',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user