Skip to content

Update work item title with cmd + enter

Deepika Guliani requested to merge dg-cmd-enter-wi-title into master

What does this MR do and why?

As a follow up mentioned in the discussion , updating component. Also renamed the spec file to follow the correct naming convention

:Behind work_items_mvc_2 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 After
Screen_Recording_2024-01-02_at_11.49.55_AM Screen_Recording_2024-01-02_at_11.48.35_AM

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 FF
    Feature.enable(:work_items_mvc_2)
  2. Visit any group work item
  3. Make sure you can edit the work item with both cmd + enter and CTA

Merge request reports