mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
Avoid an error in the destruction by checking for widget
This commit is contained in:
@@ -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);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user