mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix sometimes missing namespace causing some child widgets to have their value in the wrong place
This commit is contained in:
parent
cfc7bd84f5
commit
8a033b6b9a
@ -337,6 +337,12 @@ const Et2WidgetMixin = (superClass) =>
|
||||
let dom_id = "";
|
||||
if(this._widget_id)
|
||||
{
|
||||
// Create a namespace for this object with new ID
|
||||
if(this._createNamespace())
|
||||
{
|
||||
this.checkCreateNamespace();
|
||||
}
|
||||
|
||||
let path = this.getPath();
|
||||
if(this.getInstanceManager())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user