Skip to content

Add edit to work item iteration

What does this MR do and why?

Add edit to work item iteration

  • Behind :work_items_mvc_2 flag

This MR adds a reusable component to be used for dropdown widgets with edit in the work item sidebar. This component is used for work item iteration with edit in this MR. Right now the reusable component supports dropdowns with edit functionality , we can adapt it for other needs in future.

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

Screen_Recording_2023-12-21_at_2.52.20_PM

How to set up and validate locally

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

  1. In rails console enable FF
    Feature.enable(:work_items_mvc_2)
  2. Visit any work item having the iteration widget , for example tasks
  3. See that you can edit the iteration with the edit button
  4. When the FF is off , inline editing is enabled and you can no longer see Edit button

Related to #429144 (closed)

Edited by Deepika Guliani

Merge request reports