mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
Fix new account does not update but stays at "loading"
This commit is contained in:
@@ -514,7 +514,7 @@ export class Et2Tree extends Et2WidgetWithSelectMixin(LitElement) implements Fin
|
||||
return Promise.resolve();
|
||||
}
|
||||
return this.handleLazyLoading(item).then((result) => {
|
||||
item.item = [...result.item]
|
||||
Object.assign(item, result);
|
||||
this.requestUpdate("_selectOptions")
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user