Skip to content
Snippets Groups Projects
Commit df948f8a authored by haseeb's avatar haseeb
Browse files

fix Merge request reference in merge commit is not global

parent 2b950014
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -682,9 +682,9 @@ class MergeRequest < ActiveRecord::Base
if !include_description && closes_issues_references.present?
message << "Closes #{closes_issues_references.to_sentence}"
end
message << "#{description}" if include_description && description.present?
message << "See merge request #{to_reference}"
message << "See merge request #{to_reference(full: true)}"
 
message.join("\n\n")
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment