diff --git a/etemplate/js/et2_extension_nextmatch_actions.js b/etemplate/js/et2_extension_nextmatch_actions.js index b4509a050e..05a9f5cad7 100644 --- a/etemplate/js/et2_extension_nextmatch_actions.js +++ b/etemplate/js/et2_extension_nextmatch_actions.js @@ -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;