Fix Trial invite members button showing with new nav
What does this MR do and why?
Fixes issue where invite member button doesn't appear in the trial alert on the new nav
Rely on global load of the invite modal javascript bits instead of individual loading on every page that needs it.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Launch local GDK to simulate saas
- Navigate to any group and project under the namespace owned by the signed-in user
- Verify the
Invite more members
button shows.
Note: To skip setting up trial for a namespace locally, go to the file ee/app/helpers/ee/users/group_callouts_helper.rb
and insert a new line as the first line in the show_unlimited_members_during_trial_alert?
method with return true
.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #413438 (closed)