mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
Reload build output table when an active build output is deleted
This commit is contained in:
parent
a41eca1cb3
commit
66e5aa4060
@ -610,7 +610,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||||||
data: {
|
data: {
|
||||||
output: pk
|
output: pk
|
||||||
},
|
},
|
||||||
onSuccess: function() {
|
success: function() {
|
||||||
$(table).bootstrapTable('refresh');
|
$(table).bootstrapTable('refresh');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user