mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 07:54:52 +00:00
ComboGrid: call clearInvalid() after load.
This commit is contained in:
parent
0cdade2c0f
commit
b2b28dd076
@ -87,6 +87,7 @@ Ext.define('PVE.form.ComboGrid', {
|
||||
form.setLoading(false);
|
||||
}
|
||||
if (success) {
|
||||
me.clearInvalid();
|
||||
var def = me.getValue();
|
||||
if (def) {
|
||||
me.setValue(def, true); // sync with grid
|
||||
|
Loading…
Reference in New Issue
Block a user