Allow supplier parts to be search by part.keywords field (#3278)

This commit is contained in:
Oliver 2022-07-01 12:27:58 +10:00 committed by GitHub
parent c71a00e5fb
commit 31e49c23bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,6 +345,7 @@ class SupplierPartList(ListCreateDestroyAPIView):
'part__IPN',
'part__name',
'part__description',
'part__keywords',
]