From 3940f48c4702136ba2907ed8fc57401a3d930418 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Tue, 28 Nov 2023 17:04:15 +0100 Subject: [PATCH] ui: sync job edit: fix showing value for target store upon edit of local sync job when editing a local sync job, the field would be empty because of this and not be set to the previously configured remote-store. The binding is already used for the local datastore, not sure why it should even be applied to the target where it might not even be valid. Signed-off-by: Fiona Ebner --- www/window/SyncJobEdit.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/window/SyncJobEdit.js b/www/window/SyncJobEdit.js index 58c8fb5c8..0b1af30ec 100644 --- a/www/window/SyncJobEdit.js +++ b/www/window/SyncJobEdit.js @@ -223,9 +223,6 @@ Ext.define('PBS.window.SyncJobEdit', { allowBlank: false, autoSelect: false, name: 'remote-store', - cbind: { - datastore: '{datastore}', - }, listeners: { change: function(field, value) { let me = this;