2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Dramatic speed improvements for build completion

- Might still need to be a background task at some point..
This commit is contained in:
Oliver Walters
2020-11-03 15:56:20 +11:00
parent 3f03adba72
commit 152801f06f
2 changed files with 24 additions and 17 deletions

View File

@ -92,7 +92,7 @@ function makeBuildOutputActionButtons(output, buildInfo) {
data: {
output: outputId,
},
reload: true,
success: reloadTable,
}
);
});