From 9d42fe4d3b601906646787531e2b8f5e4b31b9e6 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 18 Feb 2021 09:26:44 +0100 Subject: [PATCH] ui: tape/TapeInventory: set defaultValue for pool to '' otherwise the grouping feature of the grid gets confused as it encounters undefined values Signed-off-by: Dominik Csapak --- www/tape/TapeInventory.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/tape/TapeInventory.js b/www/tape/TapeInventory.js index 7f9a2aa5..fbcb6262 100644 --- a/www/tape/TapeInventory.js +++ b/www/tape/TapeInventory.js @@ -9,7 +9,10 @@ Ext.define('pbs-model-tapes', { 'media-set-ctime', 'media-set-name', 'media-set-uuid', - 'pool', + { + name: 'pool', + defaultValue: '', + }, 'seq-nr', 'status', 'uuid',