mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fixed issue with drag-onExecute handler not being called
This commit is contained in:
parent
f4061db91a
commit
b416719eb8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user