mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Fix for build output table (#6549)
- Correctly display passed test count
This commit is contained in:
parent
6e713b15ae
commit
fdcbb68616
@ -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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user