mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:48:17 +01:00
Et2Template: Fix missing template caused the whole template to stall until timeout
Fixes calendar takes too long
This commit is contained in:
parent
5f6dc978da
commit
9d7fe14387
@ -308,6 +308,7 @@ export class Et2Template extends Et2Widget(LitElement)
|
||||
if(!(this.template || this.id))
|
||||
{
|
||||
console.debug("No template name, aborting load", this);
|
||||
resolve();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user