summaryrefslogtreecommitdiffstats
path: root/app/views/settings
diff options
context:
space:
mode:
authorEtienne Massip <etienne.massip@gmail.com>2011-11-05 18:40:33 +0000
committerEtienne Massip <etienne.massip@gmail.com>2011-11-05 18:40:33 +0000
commit269014ced887bbbe96dc9d07a4885e7d1005da6b (patch)
tree9b92dd6cc975a62b88ecd8c4f3e1dec313317933 /app/views/settings
parent32848639042b195132b52caed3c02682bf7128c7 (diff)
downloadredmine-269014ced887bbbe96dc9d07a4885e7d1005da6b.tar.gz
redmine-269014ced887bbbe96dc9d07a4885e7d1005da6b.zip
Added an administration setting to allow issue start date to be defaulted to blank (nil) at issue creation (#2269).
Based on the patch of #2277 contributed by Mischa The Evil. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7733 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/_issues.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/settings/_issues.html.erb b/app/views/settings/_issues.html.erb
index c33e78dc5..2ffa21113 100644
--- a/app/views/settings/_issues.html.erb
+++ b/app/views/settings/_issues.html.erb
@@ -5,6 +5,8 @@
<p><%= setting_check_box :issue_group_assignment %></p>
+<p><%= setting_check_box :default_issue_start_date_to_creation_date %></p>
+
<p><%= setting_check_box :display_subprojects_issues %></p>
<p><%= setting_select :issue_done_ratio, Issue::DONE_RATIO_OPTIONS.collect {|i| [l("setting_issue_done_ratio_#{i}"), i]} %></p>