Skip to content

Use correct icon for Key Results in Issues list

Kushal Pandya requested to merge kp-fix-keyresult-icon-name-for-issues-list into master

What does this MR do and why?

Fixes icon name used for Key Results within Issues list.

Screenshots or screen recordings

Before After
Issues List image image
Filter Token image image

How to set up and validate locally

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

  1. Open rails console by running bin/rails console within GDK directory.
  2. Enable the feature flag :hierarchy_db_restrictions on a project; Feature.enable(:hierarchy_db_restrictions).
  3. Enable the feature flag :okrs_mvc on the same project; Feature.enable(:okrs_mvc).
  4. Visit issues list page for the project by navigating to http://gdk.test:3000/gitlab-org/gitlab-test/-/issues.
  5. Create an objective by clicking on dropdown button next to New issue and selecting New objective from the dropdown.
  6. Visit the objective and create Key Result using Add dropdown button from the Hierarchy Tree widget.
  7. Go back to Issues list page and notice icons for created key result.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports