2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 13:10:57 +00:00

Display "loading" until allocations loaded

This commit is contained in:
Oliver
2022-03-09 15:23:23 +11:00
parent 4191a043b2
commit 4cd41bd0a3
3 changed files with 21 additions and 5 deletions

View File

@ -461,6 +461,7 @@ class BuildItemList(generics.ListCreateAPIView):
filter_fields = [
'build',
'stock_item',
'bom_item',
'install_into',
]