mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Update visible custom fields
This commit is contained in:
parent
abe44d99c7
commit
e567e6d0bf
@ -256,11 +256,11 @@ var et2_customfields_list = et2_baseWidget.extend([et2_IDetachedDOM], {
|
||||
{
|
||||
if(_fields[name])
|
||||
{
|
||||
this.rows.show();
|
||||
jQuery(this.rows[this.prefix+name]).show();
|
||||
}
|
||||
else
|
||||
{
|
||||
this.rows.hide();
|
||||
jQuery(this.rows[this.prefix+name]).hide();
|
||||
}
|
||||
}
|
||||
this.options.fields[name] = _fields[name];
|
||||
|
@ -652,6 +652,7 @@ var et2_nextmatch = et2_DOMWidget.extend(et2_IResizeable, {
|
||||
visible[value[j].substring(1)] = true;
|
||||
i++;
|
||||
}
|
||||
self.columns[column].widget.set_visible(visible);
|
||||
}
|
||||
column++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user