diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-06-25 11:40:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-06-25 11:40:58 +0000 |
commit | dd650c5c2602df95524dda91620a6b2016fa1c27 (patch) | |
tree | ef2df338bbec32dfe30afd349ce4e6240f4e70a7 /config/settings.yml | |
parent | bd9e5447eac4a148c235d83a665af54c8e1fb335 (diff) | |
download | redmine-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 'config/settings.yml')
-rw-r--r-- | config/settings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml index 7520d8e84..baf2b92c4 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -173,6 +173,8 @@ parent_issue_done_ratio: default: 'derived' link_copied_issue: default: 'ask' +close_duplicate_issues: + default: 1 issue_group_assignment: default: 0 default_issue_start_date_to_creation_date: |