mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-05 23:08:48 +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 = [
|
filter_fields = [
|
||||||
|
'is_template',
|
||||||
|
'variant_of',
|
||||||
'buildable',
|
'buildable',
|
||||||
'consumable',
|
'consumable',
|
||||||
'trackable',
|
'trackable',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user