mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
Trigger a requestUpdate when setting widget_id in order to get attribute ID updates available for inherited widgets. (e.g. ET2Button=>requestUpdate)
This commit is contained in:
@ -308,6 +308,7 @@ const Et2WidgetMixin = (superClass) =>
|
||||
dom_id = path.join("_");
|
||||
}
|
||||
this.setAttribute("id", dom_id);
|
||||
this.requestUpdate("id");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user