mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-16 19:08:27 +01:00
Improve warning about parenting for WC widgets into legacy widgets
This commit is contained in:
parent
b91e1d8a5f
commit
7831529ecb
@ -293,7 +293,8 @@ export abstract class et2_DOMWidget extends et2_widget implements et2_IDOMNode
|
||||
{
|
||||
// Warn about it. This slows down loading, as it requires a second pass (loadingFinished) to get the child
|
||||
// properly added.
|
||||
console.warn("Legacy widget " + this.getType() + "[#" + this.options.id + "] could not handle adding a child. ")
|
||||
console.warn("Legacy widget " + this.getType() + "[#" + this.options.id + "] could not handle adding a child (" +
|
||||
_node.getType() + (_node.id ? "#" + _node.id : "") + ")");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user