mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Filter parts by template or variant status (in API)
This commit is contained in:
@ -127,6 +127,8 @@ class PartList(generics.ListCreateAPIView):
|
|||||||
]
|
]
|
||||||
|
|
||||||
filter_fields = [
|
filter_fields = [
|
||||||
|
'is_template',
|
||||||
|
'variant_of',
|
||||||
'buildable',
|
'buildable',
|
||||||
'consumable',
|
'consumable',
|
||||||
'trackable',
|
'trackable',
|
||||||
|
Reference in New Issue
Block a user