diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-05-25 09:53:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-05-25 09:53:05 +0000 |
commit | 0ad09e3aef86d4e6c6784d5d906bfa6d1767757f (patch) | |
tree | c626a05d630f6529294dbf6a8065f17a235f3256 /config/settings.yml | |
parent | 09b935b44ed897afc3f0abcc614558bf6356b6ba (diff) | |
download | redmine-0ad09e3aef86d4e6c6784d5d906bfa6d1767757f.tar.gz redmine-0ad09e3aef86d4e6c6784d5d906bfa6d1767757f.zip |
Adds settings to control start/due dates and priority on parent tasks (#5490).
git-svn-id: http://svn.redmine.org/redmine/trunk@14269 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r-- | config/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml index e5093dd58..6a163c72f 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -146,6 +146,10 @@ cross_project_issue_relations: # Enables subtasks to be in other projects cross_project_subtasks: default: 'tree' +parent_issue_dates: + default: 'derived' +parent_issue_priority: + default: 'derived' link_copied_issue: default: 'ask' issue_group_assignment: |