mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
Fix Make sure customfield header widgets get finished, even if customfield widget is already done - fix the fix to finish all customfields, not just selectboxes
This commit is contained in:
parent
1ca3706ae2
commit
d34184e56c
@ -3140,7 +3140,7 @@ var et2_nextmatch_customfields = (function(){ "use strict"; return et2_customfie
|
||||
// If this is already attached, widget needs to be finished explicitly
|
||||
if(this.isAttached() && !widget.isAttached())
|
||||
{
|
||||
widget.doLoadingFinished();
|
||||
widget.loadingFinished();
|
||||
}
|
||||
// Check for column filter
|
||||
if(!jQuery.isEmptyObject(this.options.fields) && (
|
||||
|
Loading…
Reference in New Issue
Block a user