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