2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 19:50:59 +00:00

Adds "reload" button to attachment table(s)

This commit is contained in:
Oliver
2021-12-21 16:51:26 +11:00
parent dbc385ac24
commit 103f98b665
2 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,8 @@ function loadAttachmentTable(url, options) {
var table = options.table || '#attachment-table';
setupFilterList('attachments', $(table), '#filter-list-attachments');
addAttachmentButtonCallbacks(url, options.fields || {});
$(table).inventreeTable({