Skip to content

Display correct plan name on Subscription Activation Form

Angelo Gulina requested to merge ag-273028-fe into master

What does this MR do?

This MR moves towards the implementation of this Issue gitlab-org/gitlab#273028 by addressing an inconsistency in the template where the plan name was hard-coded. The solution develops in 2 steps (MRs):

Description MR
Add a helper to provide the view data !57130 (merged)
Display correct plan name on Subscription Activation Form 👈 you are here

Screenshots (strongly suggested)

Before (Ultimate) After (Ultimate)
Screenshot_2021-03-22_at_17.11.23 Screenshot_2021-03-22_at_17.40.03

How to test

If you want to check the feature,

  • In your Rails console, activate Cloud License by using
ApplicationSetting.current.update(cloud_license_enabled: true)

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Angelo Gulina

Merge request reports