ComboGrid: call clearInvalid() after load.

This commit is contained in:
Dietmar Maurer 2011-10-06 11:10:19 +02:00
parent 0cdade2c0f
commit b2b28dd076

View File

@ -87,6 +87,7 @@ Ext.define('PVE.form.ComboGrid', {
form.setLoading(false); form.setLoading(false);
} }
if (success) { if (success) {
me.clearInvalid();
var def = me.getValue(); var def = me.getValue();
if (def) { if (def) {
me.setValue(def, true); // sync with grid me.setValue(def, true); // sync with grid