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