Skip to content

Fix user popover on organization users page

Peter Hegman requested to merge 441543-organization-users-fix-user-popover into master

What does this MR do and why?

Related to #441543 (closed)

The grouptenant scale team is starting to build out an Organization MVC. For more information about what an "Organization" will be see https://docs.gitlab.com/ee/architecture/blueprints/organization/

This MR fixes a bug on the Manage -> Users page where the user popover does not load.

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
Screenshot_2024-04-28_at_6.02.43_PM Screenshot_2024-04-28_at_6.02.22_PM

How to set up and validate locally

  • Enable ui_for_organizations feature flag
    • echo "Feature.enable(:ui_for_organizations)" | gdk rails c
  • Navigate to /-/organizations/default/users
  • Hover over a user
Edited by Peter Hegman

Merge request reports