Skip to content

Migrate new issue GlDropdown to GlDisclosureDropdown

What does this MR do and why?

Migrate new issue dropdown to listbox

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

Prerequisites: EE License

  1. Enable okrs_mvc feature flag
Feature.enable(:okrs_mvc, Project.find(:id))

// This might also work without specifying a specific project??
Feature.enable(:okrs_mvc)
  1. Visit the project where the FF is enabled and go to the Issues page.
  2. There show now be a split button dropdown on the upper right corner of the page.

MR acceptance checklist

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

Related to #418080 (closed)

Edited by Shane Maglangit

Merge request reports