mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
Test fix
- Part list API handles 'category' filtering a bit differently - Probably need to address this
This commit is contained in:
@ -130,7 +130,6 @@ class PartList(generics.ListCreateAPIView):
|
||||
]
|
||||
|
||||
filter_fields = [
|
||||
'category',
|
||||
'buildable',
|
||||
'consumable',
|
||||
'trackable',
|
||||
|
Reference in New Issue
Block a user