mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 03:54:29 +01:00
Fix addressbook list type filter gave error when changing
This commit is contained in:
parent
957781af5f
commit
b5758a2268
@ -3936,7 +3936,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
||||
{
|
||||
// Call previously set change function
|
||||
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
|
||||
params.splice(1, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user