2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00

Make 'part_detail' field in SupplierPart serializer optional

This commit is contained in:
Oliver Walters
2019-05-23 22:44:37 +10:00
parent cf5b8d0249
commit 9052ccc181
6 changed files with 29 additions and 2 deletions

View File

@ -35,6 +35,7 @@
sortable: true,
search: true,
pagination: true,
pageSize: 50,
queryParams: function(p) {
return {
part: {{ part.id }},