mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Hide customfield column if there are not custom fields
This commit is contained in:
parent
df2ba7ddd6
commit
d5532c361d
@ -374,7 +374,7 @@ var et2_nextmatch = et2_DOMWidget.extend(et2_IResizeable, {
|
||||
}
|
||||
// Resets field visibility too
|
||||
_row[i].widget._getColumnName();
|
||||
_colData[i].disabled = negated;
|
||||
_colData[i].disabled = negated || jQuery.isEmptyObject(_row[i].widget.options.fields);
|
||||
continue RowLoop;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user