Skip to content

Fixed utility class name

Donald Cook requested to merge dc/work-items-header into master

What does this MR do and why?

We updated the naming of this class in gitlab-ui!3924 (merged), so fixing it here.

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
CleanShot_2024-02-02_at_12.58.21 CleanShot_2024-02-02_at_12.58.57

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:work_items_mvc_2)
  2. Visit any work item (for example a Task)
Edited by Donald Cook

Merge request reports