From 4d97dd388929392c1360f42417106e9ed00d476d Mon Sep 17 00:00:00 2001 From: huang Date: Mon, 19 Sep 2016 17:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=A1=B9=E7=9B=AEmodule?= =?UTF-8?q?=E4=B8=ADdts=E6=B5=8B=E8=AF=95=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/settings.yml | 2 +- lib/redmine.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/settings.yml b/config/settings.yml index bebf9ac94..dc89093f1 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -198,7 +198,7 @@ default_projects_modules: - calendar - gantt - course - - dts +# - dts default_projects_tracker_ids: serialized: true default: diff --git a/lib/redmine.rb b/lib/redmine.rb index 29167d4a8..48269ba9c 100644 --- a/lib/redmine.rb +++ b/lib/redmine.rb @@ -257,9 +257,9 @@ Redmine::AccessControl.map do |map| map.permission :view_gantt, {:gantts => [:show, :update]}, :read => true end - map.project_module :dts do |map| - map.permission :do_dts, {:dts => :show}, :read => true - end + # map.project_module :dts do |map| + # map.permission :do_dts, {:dts => :show}, :read => true + # end # map.project_module :journals do |map| # map.permission :view_journals_for_messages, {:gantts => [:show, :update]}, :read => true # end