mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +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
|
// Resets field visibility too
|
||||||
_row[i].widget._getColumnName();
|
_row[i].widget._getColumnName();
|
||||||
_colData[i].disabled = negated;
|
_colData[i].disabled = negated || jQuery.isEmptyObject(_row[i].widget.options.fields);
|
||||||
continue RowLoop;
|
continue RowLoop;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user