From 5003927f13f54850ca9eeac48e353df5e4e325a1 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Lang
+ + <%= check_box_tag 'copy_subtasks', '1', true %> +
+<% end %> + <%= call_hook(:view_issues_bulk_edit_details_bottom, { :issues => @issues }) %> diff --git a/app/views/issues/new.html.erb b/app/views/issues/new.html.erb index 63a6e2496..45a258249 100644 --- a/app/views/issues/new.html.erb +++ b/app/views/issues/new.html.erb @@ -17,6 +17,12 @@ <%= check_box_tag 'copy_attachments', '1', @copy_attachments %> <% end %> + <% if @copy_from && !@copy_from.leaf? %> ++ + <%= check_box_tag 'copy_subtasks', '1', @copy_subtasks %> +
+ <% end %><%= render :partial => 'attachments/form', :locals => {:container => @issue} %>
-- cgit v1.2.3