Include jQuery's UI object in drop action for location

This commit is contained in:
Nathan Gray 2013-05-29 16:41:00 +00:00
parent e948a270f6
commit 555de8e540

View File

@ -343,6 +343,9 @@ function egwDropActionImplementation()
if (cnt == 1)
{
// Add ui, so you know what happened where
lnk.actionObj.ui = ui;
window.setTimeout(function() {
lnk.actionObj.execute(selected, _context);
},0);