BigW Consortium Gitlab

Commit 7be7cf29 by Ciro Santilli

Remove unused title parameter.

It is always overridden by to humanized source branch name by MergeRequests::BuilService, which is used by new_project_merge_request_path.
parent 54c20837
......@@ -19,8 +19,7 @@ module MergeRequestsHelper
source_project_id: event.project.id,
target_project_id: target_project.id,
source_branch: event.branch_name,
target_branch: target_project.repository.root_ref,
title: event.branch_name.titleize.humanize
target_branch: target_project.repository.root_ref
}
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment