summaryrefslogtreecommitdiffstats
path: root/app/views/settings
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-06-25 11:40:58 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-06-25 11:40:58 +0000
commitdd650c5c2602df95524dda91620a6b2016fa1c27 (patch)
treeef2df338bbec32dfe30afd349ce4e6240f4e70a7 /app/views/settings
parentbd9e5447eac4a148c235d83a665af54c8e1fb335 (diff)
downloadredmine-dd650c5c2602df95524dda91620a6b2016fa1c27.tar.gz
redmine-dd650c5c2602df95524dda91620a6b2016fa1c27.zip
Setting to disable automatic closing of duplicates (#26192).
git-svn-id: http://svn.redmine.org/redmine/trunk@16697 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 f29a6d4ec..17e8ca99b 100644
--- a/app/views/settings/_issues.html.erb
+++ b/app/views/settings/_issues.html.erb
@@ -7,6 +7,8 @@
<p><%= setting_select :cross_project_subtasks, cross_project_subtasks_options %></p>
+<p><%= setting_check_box :close_duplicate_issues %></p>
+
<p><%= setting_check_box :issue_group_assignment %></p>
<p><%= setting_check_box :default_issue_start_date_to_creation_date %></p>