mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-01 03:29:05 +01:00
fix type et2-nextmatch-header-account(filter)
This commit is contained in:
parent
c9b61be8d2
commit
d85b2b4cf2
@ -4239,7 +4239,7 @@ export class et2_nextmatch_customfields extends et2_customfields_list implements
|
|||||||
delete (field.values['']);
|
delete (field.values['']);
|
||||||
}
|
}
|
||||||
widget = loadWebComponent(
|
widget = loadWebComponent(
|
||||||
field.type == 'select-account' ? 'et2-nextmatch-header-accountfilter' : "et2-nextmatch-header-filter",
|
field.type == 'select-account' ? 'et2-nextmatch-header-account' : "et2-nextmatch-header-filter",
|
||||||
{
|
{
|
||||||
id: cf_id,
|
id: cf_id,
|
||||||
empty_label: field.label,
|
empty_label: field.label,
|
||||||
|
Loading…
Reference in New Issue
Block a user