2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Add ability to delete multiple selected manufacturer part parameters

This commit is contained in:
Oliver
2021-07-01 17:20:06 +10:00
parent 8a29a3de0f
commit 225162ab8e
4 changed files with 50 additions and 7 deletions

View File

@ -123,7 +123,7 @@
});
// Wait for *all* the requests to complete
$.when(requests).then(function() {
$.when.apply($, requests).then(function() {
location.reload();
});
}