mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-05 07:01:30 +00:00
cleanup: rubocop: fix Layout/AlignArguments in app/controllers/issues_controller.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18940 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d9435cf2f6
commit
c611a585ad
@ -336,7 +336,8 @@ class IssuesController < ApplicationController
|
||||
@issues.each do |orig_issue|
|
||||
orig_issue.reload
|
||||
if @copy
|
||||
issue = orig_issue.copy({},
|
||||
issue = orig_issue.copy(
|
||||
{},
|
||||
:attachments => copy_attachments,
|
||||
:subtasks => copy_subtasks,
|
||||
:watchers => copy_watchers,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user