Skip to content

Fix start and due dates widget when work item has a dates source

What does this MR do and why?

Fix start and due dates widget when work item has a dates source.

When we changed the StartAndDueDate widget to write to the work_item_dates_sources table, we should also changed to read the _fixed dates from that table by default.

Related to: #480568 (closed)

Changelog: fixed

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
image image

How to set up and validate locally

  1. Enable the feature flags listed on &11777
  2. Create an epic using inherited dates (E1 for instance)
  3. Create a child epic (E2 for instance)
    • you can click in add a new child epic on the child items box
    • access E2 in the legacy view (?force_legacy_view=true on the URL)
    • change the due date to fixed and add a date
    • create a child epic for E2 (E3 for instance)
      • access E2 and set the start date to be after the due date you chose on E2
Edited by Kassio Borges

Merge request reports

Loading