mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 06:48:40 +01:00
Avoid an error in the destruction by checking for widget
This commit is contained in:
parent
41d34f84a2
commit
c85582180a
@ -270,6 +270,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(
|
|||||||
{
|
{
|
||||||
senders = [];
|
senders = [];
|
||||||
}
|
}
|
||||||
|
if(!this._widget) return;
|
||||||
this._widget.onselect.call(this._widget, action,senders);
|
this._widget.onselect.call(this._widget, action,senders);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user