mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 11:23:20 +00:00
avoid re-select inside selectionChange callback
This commit is contained in:
parent
b0a6529469
commit
429d25a38c
2
debian/changelog.Debian
vendored
2
debian/changelog.Debian
vendored
@ -3,6 +3,8 @@ pve-manager (3.1-25) unstable; urgency=low
|
||||
* delay UNAUTHORIZED response to avoid DOS attac
|
||||
|
||||
* fix typo in pve cron script
|
||||
|
||||
* backup GUI: fix VMID selection bug
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2013 11:20:37 +0100
|
||||
|
||||
|
@ -47,7 +47,9 @@ Ext.define('PVE.dc.BackupEdit', {
|
||||
sel.push(record.data.vmid);
|
||||
});
|
||||
|
||||
insideUpdate = true;
|
||||
vmidField.setValue(sel);
|
||||
insideUpdate = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user