Skip to content

Fix toggle behavior for board iteration and label edits

What does this MR do and why?

Fixes toggle behavior for the iteration and label select edit states in the Board edit modal so that they match the behavior of other fields in the modal.

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
Screen_Recording_2024-04-12_at_13.50.43 Screen_Recording_2024-04-12_at_13.50.15

How to set up and validate locally

  1. Check out this branch locally
  2. In the GDK, create a project or visit an existing one
  3. Go to Issues -> Boards on the sidebar
  4. Click on "Edit board" button in the top right corner
  5. In the Edit board modal, next to Iteration, click on "Edit"
  6. With the "Select iteration" dropdown open, click on "Edit" again
  7. The iteration select dropdown will close.
  8. In the Edit board modal, next to Labels, click on "Edit"
  9. With the "Select labels" dropdown open, click on "Edit" again
  10. The label select dropdown will close.

This matches the existing expected behavior for milestones, assignees, etc.

Related to #365380 (closed)

Merge request reports