Skip to content

Fix merge request Draft title not appearing

Stan Hu requested to merge sh-fix-mr-title-broken-master into master

What does this MR do and why?

!88964 (merged) accidentally dropped the title class from the merge request title header, preventing the JavaScript in issuable_form.js from locating the title to add the Draft prefix.

See the subtle change:

image

Closes #364720 (closed)

How to set up and validate locally

Run bundle exec rspec ./spec/features/merge_request/user_marks_merge_request_as_draft_spec.rb

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports