mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix loading of untracked parts table
This commit is contained in:
parent
0bda9c974e
commit
b595fa0e7e
@ -1347,7 +1347,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
|
||||
{
|
||||
part: partId,
|
||||
sub_part_detail: true,
|
||||
sub_part_trackable: trackable,
|
||||
sub_part_trackable: buildInfo.tracked_parts,
|
||||
},
|
||||
{
|
||||
async: false,
|
||||
|
Loading…
Reference in New Issue
Block a user