Skip to content

Fix work item attributes loading in the modal

Natalia Tepluhina requested to merge ntepluhina-fix-modal-reload into master

What does this MR do and why?

This MR fixes a few attributes missing from work item modal view when we open work item and then reload the page. The main problem is that these attribute widgets were relying on workItemIid prop that is missing when we reload the page - we rely on workItemId from the URL instead:

Screenshot_2024-10-21_at_15.21.31

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

Before After
before after

How to set up and validate locally

  1. Open any epic
  2. Add a child epic
  3. Open child epic in the modal
  4. Reload the page -->

Merge request reports

Loading