Restore avatar for group/project member promotion requests
What does this MR do and why?
After switching to GraphQL in !161044 (merged) — user avatars in Promotion requests tab had an issue, due to different id format in GraphQl and REST APIs. So in that MR I dropped the avatars, to add them back with a fix later. This MR adds them back with a fix.
Part of #449139 (closed)
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
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
- Have an Ultimate License, and simulate Ultimate Self Managed setup (
export GITLAB_SIMULATE_SAAS=0
) - Enable FF
Feature.enable(:member_promotion_management)
- Go to admin settings / General / Sign-up restrictions and check the "Approve role promotions" checkbox
- Create promotion requests:
- Visit any Group members management page as an owner of that group (e.g.
http://127.0.0.1:3000/groups/gitlab-org/-/group_members
) - try promoting a non-billable GUEST member to a DEVELOPER role (this member should be non-billable on the whole instance, i.e. have a highest role as guest, see !149094 (comment 1869616221) for details)
- you should see a banner saying "Role change request was sent to the administrator." — this means a promotion request has been created
- Visit any Group members management page as an owner of that group (e.g.
- Switch to Promotion requests tab and see the member avatars
Edited by Kos Palchyk