2
0
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:
Oliver
2022-06-01 17:23:36 +10:00
committed by GitHub
parent e174096173
commit 66a6915213
3 changed files with 98 additions and 7 deletions

View File

@ -375,7 +375,7 @@ onPanelLoad('attachments', function() {
},
label: 'attachment',
success: function(data, status, xhr) {
location.reload();
$('#attachment-table').bootstrapTable('refresh');
}
}
);