From 6ef8e2902fd6991e18ee0c856eb388b17ffde7de Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 18 Feb 2021 12:06:49 +0100 Subject: [PATCH] ui: tape/ChangerStatus.js - avoid update status in list_media We do not use the media location, so there is no need to update the online status in the list_media call. Besides, we already update the online status when we query the changer/status. --- www/tape/ChangerStatus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/tape/ChangerStatus.js b/www/tape/ChangerStatus.js index 183f0f40..d00d712f 100644 --- a/www/tape/ChangerStatus.js +++ b/www/tape/ChangerStatus.js @@ -421,7 +421,7 @@ Ext.define('PBS.TapeManagement.ChangerStatus', { url: '/api2/extjs/tape/media/list', method: 'GET', params: { - "update-status-changer": changer, + "update-status": false, } });