diff --git a/etemplate/js/et2_extension_nextmatch_controller.js b/etemplate/js/et2_extension_nextmatch_controller.js index 8e6b0f825d..0559bf06a7 100644 --- a/etemplate/js/et2_extension_nextmatch_controller.js +++ b/etemplate/js/et2_extension_nextmatch_controller.js @@ -332,6 +332,11 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(et2_IDataProvider, var drop_action = mgr.getActionById('egw_link_drop'); var drag_action = mgr.getActionById('egw_link_drag'); + + if(!this._actionLinks) + { + this._actionLinks = []; + } // Check if this app supports linking if(!egw.link_get_registry(this.dataStorePrefix || this.egw.appName, 'query') ||