mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 13:51:12 +01:00
Fix addressbook list type filter gave error when changing
This commit is contained in:
parent
6793f62c0f
commit
3803c4ebee
@ -3936,7 +3936,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
|||||||
{
|
{
|
||||||
// Call previously set change function
|
// Call previously set change function
|
||||||
const params = [_node, header.nextmatch, _widget];
|
const params = [_node, header.nextmatch, _widget];
|
||||||
if(widget_change.toString().startsWith("function (ev, widget) {\n // Dump the executed code for debugging"))
|
if(widget_change?.toString().startsWith("function (ev, widget) {\n // Dump the executed code for debugging"))
|
||||||
{
|
{
|
||||||
// Legacy - do not pass the nextmatch, it will override widget
|
// Legacy - do not pass the nextmatch, it will override widget
|
||||||
params.splice(1, 1);
|
params.splice(1, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user