Fix custom field preference handling when previous columns disabled

This commit is contained in:
Nathan Gray
2011-10-19 17:13:27 +00:00
parent 5458e76caa
commit 0136c6292c
2 changed files with 17 additions and 13 deletions

View File

@ -147,7 +147,6 @@ var et2_customfields_list = et2_DOMWidget.extend([et2_IDetachedDOM], {
delete(attrs.label);
// Create widget
console.debug(attrs);
var widget = this.widgets[field_name] = et2_createWidget(attrs.type ? attrs.type : field.type, attrs, this);
}