From ff626a812be3bc96e7db3d3b71e07efd40ea18e9 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 2 Sep 2014 08:30:14 +0000 Subject: [PATCH] disabling my workarounds to better test Nathans fixes in action system --- etemplate/js/et2_extension_nextmatch_actions.js | 6 ------ 1 file changed, 6 deletions(-) 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;