forked from extern/egroupware
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 = "";
|
let dom_id = "";
|
||||||
if(this._widget_id)
|
if(this._widget_id)
|
||||||
{
|
{
|
||||||
|
// Create a namespace for this object with new ID
|
||||||
|
if(this._createNamespace())
|
||||||
|
{
|
||||||
|
this.checkCreateNamespace();
|
||||||
|
}
|
||||||
|
|
||||||
let path = this.getPath();
|
let path = this.getPath();
|
||||||
if(this.getInstanceManager())
|
if(this.getInstanceManager())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user