Removing phone param
What does this MR do and why?
We're not passing the phone param in the in-instance self-managed trial form anymore, so this removes the param.
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
How to set up and validate locally
You can find the form using these steps:
- Restart GDK in self managed
export GITLAB_SIMULATE_SAAS=0
- Enable the Feature flag
- Go to http://127.0.0.1:3000/rails/features/
- Search and enable
automatic_self_managed_trial_activation
- Log in as administrator
- Go to: http://127.0.0.1:3000/admin/subscription
- Click "Start Free Trial"
- You will be redirected to http://127.0.0.1:3000/-/trials/new and you see the above (screenshot) form
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Buck O'Leary
