disabling my workarounds to better test Nathans fixes in action system

This commit is contained in:
Ralf Becker 2014-09-02 08:30:14 +00:00
parent 3a1b793ec2
commit ff626a812b

View File

@ -45,12 +45,6 @@ function nm_action(_action, _senders, _target, _ids)
_action.data.nextmatch = nm;
}
}
// default action when doubleclicked contains (previous selected) ids of other hierarchy levels
// same is true (and fixable here) for right-click in sub for actions allowing no multiple entries
if (_action.default || !_action.allowOnMultiple)
{
_ids.ids = [_senders[0].id];
}
// Translate the internal uids back to server uids
var idsArr = _ids.ids;