Fix missing column headers after changing nm row template

This commit is contained in:
nathangray
2020-03-30 12:22:07 -06:00
parent 8063d31183
commit cd530e6af0
4 changed files with 44 additions and 18 deletions

View File

@ -386,15 +386,6 @@ export class et2_widget extends ClassWithAttributes
_node._parent = this;
this._children.splice(_idx, 0, _node);
/*
Comment this out (for now)
if (_node.implements(et2_IDOMNode) && this.implements(et2_IDOMNode) && typeof _node.hasOwnProperty('parentNode') )
{
_node.detachFromDOM();
_node.parentNode = (<et2_IDOMNode><unknown>this).getDOMNode(_node);
_node.attachToDOM();
}
*/
} else {
this.egw().debug("error", "Widget " + _node._type + " is not supported by this widget class", this);
// throw("Widget is not supported by this widget class!");