mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +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("_");
|
dom_id = path.join("_");
|
||||||
}
|
}
|
||||||
this.setAttribute("id", dom_id);
|
this.setAttribute("id", dom_id);
|
||||||
|
this.requestUpdate("id");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user