Commit df948f8a authored by haseeb's avatar haseeb

fix Merge request reference in merge commit is not global

parent 2b950014
......@@ -684,7 +684,7 @@ class MergeRequest < ActiveRecord::Base
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
......
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