diff --git a/phpgwapi/js/egw_action/egw_action_dragdrop.js b/phpgwapi/js/egw_action/egw_action_dragdrop.js index 0883be39f5..bf008965b7 100644 --- a/phpgwapi/js/egw_action/egw_action_dragdrop.js +++ b/phpgwapi/js/egw_action/egw_action_dragdrop.js @@ -161,7 +161,7 @@ function egwDragActionImplementation() // Only execute the following code if a JS function is registered // for the action and this is the first action link - if (!this.helper && _links[k].actionObj.execJSFnct) + if (!this.helper && _links[k].actionObj.onExecute.hasHandler()) { this.helper = _links[k].actionObj.execute(_selected); }