ui: auth/token selector: tell ExtJS we injected data into the store
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -60,6 +60,8 @@ Ext.define('PBS.form.AuthidSelector', {
|
||||
}
|
||||
|
||||
me.store.loadData(records);
|
||||
// we need to re-set the value, ExtJS doesn't knows that we injected data into the store
|
||||
me.setValue(me.value);
|
||||
me.validate();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user