mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Fix for build output table (#6549)
- Correctly display passed test count
This commit is contained in:
@ -1259,7 +1259,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||||||
let final_result = false;
|
let final_result = false;
|
||||||
|
|
||||||
row.tests.forEach(function(result) {
|
row.tests.forEach(function(result) {
|
||||||
if (result.key == test.key) {
|
if (result.template == test.pk) {
|
||||||
final_result = result.result;
|
final_result = result.result;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user