Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-12-13 20:47:17 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-12-13 20:47:17 +0300
commitdc4b3dd0ae5d6e0b55ba6723e5deff6eee127409 (patch)
tree8302a15b41e700c8a423b254092fd2554cde91d3 /app/services/files/delete_service.rb
parent26af4b5a61d5cdaffa7769336f40cd0861f6b1d4 (diff)
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/delete_service.rb')
-rw-r--r--app/services/files/delete_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/files/delete_service.rb b/app/services/files/delete_service.rb
index 45a9a559469..cfe532d49b3 100644
--- a/app/services/files/delete_service.rb
+++ b/app/services/files/delete_service.rb
@@ -8,6 +8,7 @@ module Files
branch_name: @target_branch,
author_email: @author_email,
author_name: @author_name,
+ source_project: @source_project,
source_branch_name: @source_branch)
end
end