]> source.dussan.org Git - redmine.git/commit
Adds a :copy_issues permission (#18855).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Feb 2015 12:07:00 +0000 (12:07 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Feb 2015 12:07:00 +0000 (12:07 +0000)
commitc3c7d9a4d27b9accac73d55652302f6781371380
tree284fb0eed8f32d47126880249ea5c202874b47fd
parent01f673be08be68247b72a8954379b3f0c7a9a9d3
Adds a :copy_issues permission (#18855).

When copy is allowed, target projects are those on which the user has the :add_issues permission.

git-svn-id: http://svn.redmine.org/redmine/trunk@13985 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/context_menus_controller.rb
app/controllers/issues_controller.rb
app/helpers/application_helper.rb
app/models/issue.rb
app/views/issues/_action_menu.html.erb
app/views/issues/bulk_edit.html.erb
config/locales/en.yml
config/locales/fr.yml
lib/redmine.rb
test/fixtures/roles.yml
test/functional/issues_controller_test.rb