mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 19:41:45 +02:00
Fix custom field preference handling when previous columns disabled
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user