mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01: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:
parent
dd1d62512f
commit
282c01f62e
@ -308,6 +308,7 @@ const Et2WidgetMixin = (superClass) =>
|
|||||||
dom_id = path.join("_");
|
dom_id = path.join("_");
|
||||||
}
|
}
|
||||||
this.setAttribute("id", dom_id);
|
this.setAttribute("id", dom_id);
|
||||||
|
this.requestUpdate("id");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user