Bugfix: BOM API now works slightly differently

This commit is contained in:
Oliver Walters 2020-10-29 00:07:51 +11:00
parent 544b63cac5
commit 551064b3a4

View File

@ -300,7 +300,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
queryParams: { queryParams: {
part: partId, part: partId,
sub_part_detail: true, sub_part_detail: true,
trackable: outputId != null, sub_part_trackable: outputId != null,
}, },
formatNoMatches: function() { formatNoMatches: function() {
return '{% trans "No BOM items found" %}'; return '{% trans "No BOM items found" %}';