mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
disable legacy-options conversation for nm-customfilter as it breaks infolog and addressbook index templates
This commit is contained in:
parent
ac1d8b6be8
commit
5d97522729
@ -154,7 +154,8 @@ function send_template()
|
|||||||
'link' => 'app',
|
'link' => 'app',
|
||||||
'link-entry' => 'only_app,application_list',
|
'link-entry' => 'only_app,application_list',
|
||||||
'nextmatch-filterheader' => 'empty_label',
|
'nextmatch-filterheader' => 'empty_label',
|
||||||
'nextmatch-customfilter' => 'widget_type,widget_options',
|
// disable legacy-options conversation for nm-customfilter as it breaks infolog and addressbook index templates
|
||||||
|
//'nextmatch-customfilter' => 'widget_type,widget_options',
|
||||||
'nextmatch-accountfilter' => 'empty_label,account_type,ignore',
|
'nextmatch-accountfilter' => 'empty_label,account_type,ignore',
|
||||||
);
|
);
|
||||||
// prefer more specific type-subtype over just type
|
// prefer more specific type-subtype over just type
|
||||||
|
Loading…
Reference in New Issue
Block a user