mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 06:38:39 +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
@ -4,6 +4,8 @@ pve-manager (3.1-25) unstable; urgency=low
|
|||||||
|
|
||||||
* fix typo in pve cron script
|
* 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
|
-- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2013 11:20:37 +0100
|
||||||
|
|
||||||
pve-manager (3.1-24) unstable; urgency=low
|
pve-manager (3.1-24) unstable; urgency=low
|
||||||
|
@ -47,7 +47,9 @@ Ext.define('PVE.dc.BackupEdit', {
|
|||||||
sel.push(record.data.vmid);
|
sel.push(record.data.vmid);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
insideUpdate = true;
|
||||||
vmidField.setValue(sel);
|
vmidField.setValue(sel);
|
||||||
|
insideUpdate = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user