From 861c379c37b10ab1d0a16839b797994f5502da32 Mon Sep 17 00:00:00 2001 From: akrstjp Date: Sun, 27 Mar 2016 09:02:00 +0900 Subject: [PATCH] allow add private notes. refs #35392 --- app/views/quick_edit_issues/_input_dialog.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/quick_edit_issues/_input_dialog.html.erb b/app/views/quick_edit_issues/_input_dialog.html.erb index 5fec7f3..bd746f5 100644 --- a/app/views/quick_edit_issues/_input_dialog.html.erb +++ b/app/views/quick_edit_issues/_input_dialog.html.erb @@ -84,7 +84,7 @@ name="issue[private_notes]" type="checkbox" value="1"/> - + <% @dialog_params[:issue_ids].each do |id| %> @@ -135,7 +135,7 @@ name="private_notes" type="checkbox" value="1"/> - + -- 2.11.0