Skip to content

Resolve "Work items: Add edit button to dates widget"

What does this MR do and why?

This MR migrated work item dates widget to have Edit button instead of inline editing

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

due-dates

How to set up and validate locally

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

  1. In rails console enable the work items mvc 2 feature flag
    Feature.enable(:work_items_mvc_2)
  2. Open any work item that has dates (for instance, task)
  3. Try changing the dates on the sidebar

Related to #429135 (closed)

Edited by Natalia Tepluhina

Merge request reports