diff --git a/InvenTree/part/api.py b/InvenTree/part/api.py index f50dc0aef8..500b4a2bdf 100644 --- a/InvenTree/part/api.py +++ b/InvenTree/part/api.py @@ -127,6 +127,8 @@ class PartList(generics.ListCreateAPIView): ] filter_fields = [ + 'is_template', + 'variant_of', 'buildable', 'consumable', 'trackable',