diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-22 18:42:00 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-22 18:42:00 +0000 |
commit | fc9b984cc1473b36123e853d9c6f68a5549a7338 (patch) | |
tree | 9b57c5cd6fa86659ce03ad209a5d6cc41b62c229 /config/settings.yml | |
parent | 7e565eed34de60500ac5c0f71c89072cb3501304 (diff) | |
download | redmine-fc9b984cc1473b36123e853d9c6f68a5549a7338.tar.gz redmine-fc9b984cc1473b36123e853d9c6f68a5549a7338.zip |
Treat Calendar and Gantt pages as separate modules. #6153
This will let the Issue Tracking, Gantt, and Calendar modules be enabled
or disabled as needed. A database migration will enable the Gantt and
Calendar for all existing projects that have Issue Tracking enabled.
Contributed by Adam Soltys
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4013 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 1e905ede3..d07261f8f 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -150,6 +150,8 @@ default_projects_modules: - wiki - repository - boards + - calendar + - gantt # Role given to a non-admin user who creates a project new_project_user_role_id: format: int |