mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
same is true (and fixable here) for right-click in sub for actions allowing no multiple entries
This commit is contained in:
parent
d9fe3a5f8c
commit
d9bcab4f58
@ -46,7 +46,8 @@ function nm_action(_action, _senders, _target, _ids)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// default action when doubleclicked contains (previous selected) ids of other hierarchy levels
|
// default action when doubleclicked contains (previous selected) ids of other hierarchy levels
|
||||||
if (_action.default)
|
// 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];
|
_ids.ids = [_senders[0].id];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user