summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine.rb')
-rw-r--r--lib/redmine.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index e00d089f5..8652a1fd3 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -116,6 +116,7 @@ Redmine::AccessControl.map do |map|
map.permission :view_issue_watchers, {}, :read => true
map.permission :add_issue_watchers, {:watchers => [:new, :create, :append, :autocomplete_for_user]}
map.permission :delete_issue_watchers, {:watchers => :destroy}
+ map.permission :import_issues, {:imports => [:new, :create, :settings, :mapping, :run, :show]}
end
map.project_module :time_tracking do |map|