Skip to content

Add Content editor to milestone descriptions

What does this MR do and why?

This MR adds the markdown editor wrapper to the Milestone Descriptions field.

Note that MarkdownEditor is a wrapper around MarkdownField, so apart from the "View Rich Text" button (and the editor it enables) there is no visual change.

Screenshots or screen recordings

Before After
Screenshot_2023-06-12_at_16.07.29 Screenshot_2023-06-12_at_15.53.49

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Visit /flightjs/Flight/-/milestones/new and confirm the markdown editor is working as it did previously.
  2. Enable the Feature Flag with echo "Feature.enable(:content_editor_on_issues)" | rails c (yes, that is the correct FF name)
  3. Reload /flightjs/Flight/-/milestones/new, click "Switch to rich text" and confirm the Content Editor is working as expected.

MR acceptance checklist

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

Related to #407495 (closed)

Edited by Sunjung Park

Merge request reports