summaryrefslogtreecommitdiff
path: root/app/services/files/multi_service.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-12-14 01:47:17 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-12-14 01:47:17 +0800
commitdc4b3dd0ae5d6e0b55ba6723e5deff6eee127409 (patch)
tree8302a15b41e700c8a423b254092fd2554cde91d3 /app/services/files/multi_service.rb
parent26af4b5a61d5cdaffa7769336f40cd0861f6b1d4 (diff)
downloadgitlab-ce-dc4b3dd0ae5d6e0b55ba6723e5deff6eee127409.tar.gz
Fix source_project and also pass source_project
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7237#note_19747556
Diffstat (limited to 'app/services/files/multi_service.rb')
-rw-r--r--app/services/files/multi_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/files/multi_service.rb b/app/services/files/multi_service.rb
index 42ed97ca3c0..f77e5d91103 100644
--- a/app/services/files/multi_service.rb
+++ b/app/services/files/multi_service.rb
@@ -10,6 +10,7 @@ module Files
actions: params[:actions],
author_email: @author_email,
author_name: @author_name,
+ source_project: @source_project,
source_branch_name: @source_branch
)
end