Skip to content

Fix group member invite limit rendering

What does this MR do and why?

Related to #396863 (closed)

When inviting a member, the invite limit error message was not rendering correctly. This MR fixes the rendering bug.

Screenshots or screen recordings

Before After
Screenshot_2023-09-08_at_1.42.37_PM Screenshot_2023-09-08_at_1.37.52_PM

How to set up and validate locally

  1. Comment out return unless invite_quota_exceeded?
  2. Go to a group -> Manage -> Members
  3. Click Invite members
  4. Choose a user
  5. Click Invite

MR acceptance checklist

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

Edited by Peter Hegman

Merge request reports