Fix loading of untracked parts table

This commit is contained in:
Oliver Walters 2022-04-29 01:40:59 +10:00
parent 0bda9c974e
commit b595fa0e7e

View File

@ -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,