mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
Et2Dialog: Fix buttons on predefined dialogs don't show up
This commit is contained in:
parent
eed5e817d5
commit
a6dfa98280
@ -448,6 +448,9 @@ export class Et2Dialog extends Et2Widget(SlDialog)
|
|||||||
|
|
||||||
render(this._contentTemplate(), this);
|
render(this._contentTemplate(), this);
|
||||||
|
|
||||||
|
// Rendering content will change some things, SlDialog needs to update
|
||||||
|
this.requestUpdate()
|
||||||
|
|
||||||
// If we start open, fire handler to get setup done
|
// If we start open, fire handler to get setup done
|
||||||
if(this.open)
|
if(this.open)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user