mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-05 13:10:57 +00:00
Allow completion of partially allocated build outputs
- Requires manual acceptance from user
This commit is contained in:
@ -452,7 +452,7 @@ class BuildItemList(generics.ListCreateAPIView):
|
||||
if tracked:
|
||||
queryset = queryset.exclude(install_into=None)
|
||||
else:
|
||||
queryset = queryest.filter(install_into=None)
|
||||
queryset = queryset.filter(install_into=None)
|
||||
|
||||
# Filter by output target
|
||||
output = params.get('output', None)
|
||||
|
Reference in New Issue
Block a user