Skip to content

Fix rolled up dates not working on new epic modal

Coung Ngo requested to merge 497652-cngo-fix-new-epic-dates into master

What does this MR do and why?

Fix rolled up dates not working on new epic modal (#497652 (closed))

Rolled up dates were not being set because we were not passing in a Date object to a date function

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_2024-10-04_at_12.31.22_PM

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:work_items_alpha)
    Feature.enable(:work_items_beta)
    Feature.enable(:namespace_level_work_items)
    Feature.enable(:work_item_epics)
    Feature.enable(:work_item_epics_list)
    Feature.enable(:work_items_rolledup_dates)
  2. Visit the new epics page http://127.0.0.1:3000/groups/flightjs/-/epics/
  3. Click "New epic" and confirm you can set rolled up fixed dates and save

Related to #497652 (closed)

Edited by Coung Ngo

Merge request reports

Loading