mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Adds 'multi delete' for attachment tables (#3111)
* Adds 'multi delete' for attachment tables - Should roll out seamlessly to any attachment table * JS linting
This commit is contained in:
@ -375,7 +375,7 @@ onPanelLoad('attachments', function() {
|
||||
},
|
||||
label: 'attachment',
|
||||
success: function(data, status, xhr) {
|
||||
location.reload();
|
||||
$('#attachment-table').bootstrapTable('refresh');
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user