From 17c4d733d04de0b5e230c616686c203965c07b3b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 20 Mar 2007 18:37:21 +0000 Subject: [PATCH] fixed #9403 Include "Fixed version" when creating a new issue git-svn-id: http://redmine.rubyforge.org/svn/trunk@356 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/add_issue.rhtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/projects/add_issue.rhtml b/app/views/projects/add_issue.rhtml index 1c51f1fc0..4f592ff7a 100644 --- a/app/views/projects/add_issue.rhtml +++ b/app/views/projects/add_issue.rhtml @@ -25,6 +25,8 @@

<%= custom_field_tag_with_label @custom_value %>

<% end %> +

<%= f.select :fixed_version_id, (@project.versions.collect {|v| [v.name, v.id]}), { :include_blank => true } %>

+

<%= file_field_tag 'attachments[]', :size => 30 %> (<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)