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