Skip to content

Show notifications toggle when mr merged

Lee Tickett requested to merge 363276-show-notification-toggle-when-merged into master

What does this MR do and why?

Fixes a bug where you can't toggle notifications on merged merge requests.

Screenshots or screen recordings

Before:

Screenshot_2022-10-01_at_09.16.33

After:

Screenshot_2022-10-01_at_09.16.14

How to set up and validate locally

  1. Enable moved_mr_sidebar feature flag from the rails console: Feature.enable(:moved_mr_sidebar)
  2. Find a merged MR and check whether the notifications toggle appears in the ellipsis menu (top right)

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 #363276 (closed)

Related to ✨ Beautifying our UI: Create:Code Review ✨ (#364574 - closed)

Edited by Annabel Dunstone Gray

Merge request reports