mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
disabling my workarounds to better test Nathans fixes in action system
This commit is contained in:
parent
3a1b793ec2
commit
ff626a812b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user