diff --git a/www/tape/TapeInventory.js b/www/tape/TapeInventory.js index fbcb6262..d7c0b93f 100644 --- a/www/tape/TapeInventory.js +++ b/www/tape/TapeInventory.js @@ -103,7 +103,15 @@ Ext.define('PBS.TapeManagement.TapeInventory', { }, reload: function() { - this.getView().getStore().load(); + this.getView().getStore().load({ + params: { 'update-status': false } + }); + }, + + reload_update_status: function() { + this.getView().getStore().load({ + params: { 'update-status': true } + }); }, }, @@ -121,7 +129,7 @@ Ext.define('PBS.TapeManagement.TapeInventory', { tbar: [ { text: gettext('Reload'), - handler: 'reload', + handler: 'reload_update_status', }, '-', {