From 66e5aa4060ba79550f5334ca619e9c0cb222ee98 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 3 Feb 2022 14:23:25 +1100 Subject: [PATCH] Reload build output table when an active build output is deleted --- InvenTree/templates/js/translated/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/build.js b/InvenTree/templates/js/translated/build.js index 43f8fd1110..17970f0f41 100644 --- a/InvenTree/templates/js/translated/build.js +++ b/InvenTree/templates/js/translated/build.js @@ -610,7 +610,7 @@ function loadBuildOutputTable(build_info, options={}) { data: { output: pk }, - onSuccess: function() { + success: function() { $(table).bootstrapTable('refresh'); } }