forked from extern/egroupware
same is true (and fixable here) for right-click in sub for actions allowing no multiple entries
This commit is contained in:
parent
6fe1d935d4
commit
0a952f54a5
@ -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