summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-12 15:23:22 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-12 15:23:22 +0000
commitc66943c9b893483883e7c18e55aea7587f9f7bbd (patch)
tree75887733cae416071f1b4c30f57666285fa41eaf /lib
parent21b52d2fd968c0386b45747fe9c10d43e500d473 (diff)
downloadredmine-c66943c9b893483883e7c18e55aea7587f9f7bbd.tar.gz
redmine-c66943c9b893483883e7c18e55aea7587f9f7bbd.zip
Removes changelog view.
All trackers can now be displayed on the roadmap. By default, only those marked as displayed on the roadmap are displayed. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3162 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index 56a7a458c..50d090c4d 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -37,7 +37,7 @@ Redmine::AccessControl.map do |map|
# Issue categories
map.permission :manage_categories, {:projects => [:settings, :add_issue_category], :issue_categories => [:edit, :destroy]}, :require => :member
# Issues
- map.permission :view_issues, {:projects => [:changelog, :roadmap],
+ map.permission :view_issues, {:projects => :roadmap,
:issues => [:index, :changes, :show, :context_menu],
:versions => [:show, :status_by],
:queries => :index,