From a07e89b2751f1855e2fe4bdf05a5967fd7421778 Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt Date: Thu, 9 Mar 2017 18:42:50 +0100 Subject: [PATCH] Pass the discussion to resolve after verifying captcha --- app/views/projects/issues/verify.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/projects/issues/verify.html.haml b/app/views/projects/issues/verify.html.haml index 09aa401e44a..a3e394a0add 100644 --- a/app/views/projects/issues/verify.html.haml +++ b/app/views/projects/issues/verify.html.haml @@ -2,3 +2,4 @@ = render layout: 'layouts/recaptcha_verification', locals: { spammable: @issue, form: form } do = hidden_field_tag(:merge_request_for_resolving_discussions, params[:merge_request_for_resolving_discussions]) + = hidden_field_tag(:discussion_to_resolve, params[:discussion_to_resolve])