mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Fix bug which prevented loading of test results (#3855)
This commit is contained in:
parent
f3dee187bc
commit
fe56a046cc
@ -1134,7 +1134,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||||||
data.push(row);
|
data.push(row);
|
||||||
});
|
});
|
||||||
|
|
||||||
$(table).bootstrapTable('load', row);
|
$(table).bootstrapTable('load', data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user