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:
@ -123,7 +123,7 @@
|
||||
});
|
||||
|
||||
// Wait for *all* the requests to complete
|
||||
$.when(requests).then(function() {
|
||||
$.when.apply($, requests).then(function() {
|
||||
location.reload();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user