Skip to content

Move work item two column and editable widgets out of FF

What does this MR do and why?

This MR aims at moving the two column view and editable widgets out of FF

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before ( FF off ) After ( FF off )
Screenshot_2024-04-17_at_12.30.58_PM Screenshot_2024-04-17_at_12.30.37_PM

How to set up and validate locally

  1. In rails console disable FF
    Feature.enable(:work_items_beta)
  2. Visit any work item , see that you are able to see the two column view and editable version of all widgets ( including description ) even when the FF is disabled

Related to #442090 (closed)

Edited by Deepika Guliani

Merge request reports