mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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
27876aa3fb
commit
2a8bc013d6
@ -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 is already attached, widget needs to be finished explicitly
|
||||||
if(this.isAttached() && !widget.isAttached())
|
if(this.isAttached() && !widget.isAttached())
|
||||||
{
|
{
|
||||||
widget.doLoadingFinished();
|
widget.loadingFinished();
|
||||||
}
|
}
|
||||||
// Check for column filter
|
// Check for column filter
|
||||||
if(!jQuery.isEmptyObject(this.options.fields) && (
|
if(!jQuery.isEmptyObject(this.options.fields) && (
|
||||||
|
Loading…
Reference in New Issue
Block a user