mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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: {
|
||||
output: pk
|
||||
},
|
||||
onSuccess: function() {
|
||||
success: function() {
|
||||
$(table).bootstrapTable('refresh');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user