Skip to content

Work items - Close dates widget on Enter

What does this MR do and why?

When editing dates on a work item (epic), the widget can be closed and dates updated when pressing the Escape key.

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

Screenshot_from_2024-02-29_11-10-45

How to set up and validate locally

  1. Enable feature flags
    • Feature.enable(:namespace_level_work_items)
    • Feature.enable(:work_items_beta)
  2. Visit work items list (e.g. http://127.0.0.1:3000/groups/gitlab-org/-/work_items/)
  3. Create an epic and visit it
  4. In the sidebar, edit dates and press Enter

Related to #444493 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports