Commit f228d914 authored by Dietmar Maurer's avatar Dietmar Maurer

ComboGrid: call clearInvalid() after load.

parent a40757a5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment