mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
Test fix
- Part list API handles 'category' filtering a bit differently - Probably need to address this
This commit is contained in:
parent
6612e91aec
commit
07fbaa9dd9
@ -130,7 +130,6 @@ class PartList(generics.ListCreateAPIView):
|
|||||||
]
|
]
|
||||||
|
|
||||||
filter_fields = [
|
filter_fields = [
|
||||||
'category',
|
|
||||||
'buildable',
|
'buildable',
|
||||||
'consumable',
|
'consumable',
|
||||||
'trackable',
|
'trackable',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user