Skip to content

Fix date picker in epic work item not allowing selecting month and year dropdowns

What does this MR do and why?

Simple fix for a bug where new epic experience date picker wasn't opening month and year dropdowns.

The date picker was actually triggering a close and a mutation when clicking on either month or year.

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-08-30_at_3.01.27_PM Screen_Recording_2024-08-30_at_3.00.07_PM

How to set up and validate locally

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

  1. Make sure work item epics and drawers are enabled:
  • Feature.enable(:work_item_epics)
  • Feature.enable(:issues_list_drawer)
  1. Test that you can change the month and the year on the date picker with no issues

Related to #479217 (closed)

Edited by Anastasia Khomchenko

Merge request reports

Loading