diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-06 08:32:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-06 08:32:56 +0000 |
commit | 533994e5ea00d8273298becd612f8615fba76c0c (patch) | |
tree | e8f9fe41e5184e92d096038cbb117b34d192d53e /config | |
parent | e951d8458413f02ba613163df862d1a352ed3692 (diff) | |
download | redmine-533994e5ea00d8273298becd612f8615fba76c0c.tar.gz redmine-533994e5ea00d8273298becd612f8615fba76c0c.zip |
Adds an application setting to choose whether or not subprojects issues should be displayed by default on the issue list, calendar and gantt (r1178). Default is true.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1198 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-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 bb8c1f603..59f4f0437 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -101,6 +101,8 @@ issue_list_default_columns: - subject - assigned_to - updated_on +display_subprojects_issues: + default: 1 # encodings used to convert repository files content to UTF-8 # multiple values accepted, comma separated repositories_encodings: |