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.
This commit is contained in:
parent
54c2083703
commit
7be7cf2936
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue