Revert "ui: sync job edit: fix showing value for target store upon edit of local sync job"

This reverts commit 3940f48c47 as it's
bogus and was already fixed on master, so that's why testing this
change made it look like it was working now compared to the previous
version.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2023-11-29 08:57:28 +01:00
parent 3940f48c47
commit 13ef537025

View File

@ -223,6 +223,9 @@ Ext.define('PBS.window.SyncJobEdit', {
allowBlank: false, allowBlank: false,
autoSelect: false, autoSelect: false,
name: 'remote-store', name: 'remote-store',
cbind: {
datastore: '{datastore}',
},
listeners: { listeners: {
change: function(field, value) { change: function(field, value) {
let me = this; let me = this;