diff --git a/etemplate/js/nextmatch_action.js b/etemplate/js/nextmatch_action.js index a10ea18f35..5a3132e6a1 100644 --- a/etemplate/js/nextmatch_action.js +++ b/etemplate/js/nextmatch_action.js @@ -173,6 +173,9 @@ function nm_action(_action, _senders) { egw_actionManager.etemplate_form.submit(); } + // Clear action in case there's another one + document.getElementById(egw_actionManager.etemplate_var_prefix+'[nm][nm_action]').value = null; + break; } }