mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Filter parts by template or variant status (in API)
This commit is contained in:
parent
2bd2ffed62
commit
1312148721
@ -127,6 +127,8 @@ class PartList(generics.ListCreateAPIView):
|
||||
]
|
||||
|
||||
filter_fields = [
|
||||
'is_template',
|
||||
'variant_of',
|
||||
'buildable',
|
||||
'consumable',
|
||||
'trackable',
|
||||
|
Loading…
Reference in New Issue
Block a user