mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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
|
// Only execute the following code if a JS function is registered
|
||||||
// for the action and this is the first action link
|
// 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);
|
this.helper = _links[k].actionObj.execute(_selected);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user