mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-10 17:28:50 +00:00
(cherry picked from commit c9c93bce39e8c58921c3212b7577a9357aa3236b) Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
c826b8231f
commit
75f507d4c7
@ -1089,7 +1089,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||||||
var params = options.params || {};
|
var params = options.params || {};
|
||||||
|
|
||||||
// test templates for the part being assembled
|
// test templates for the part being assembled
|
||||||
let test_templates = null;
|
let test_templates = [];
|
||||||
|
|
||||||
// tracked line items for this build
|
// tracked line items for this build
|
||||||
let has_tracked_lines = false;
|
let has_tracked_lines = false;
|
||||||
@ -1133,6 +1133,9 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||||||
test_templates.push(item);
|
test_templates.push(item);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
},
|
||||||
|
error: function() {
|
||||||
|
test_templates = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user