Skip to content

Add helper to telephone number field in hand raise modal

Kevin Comoli requested to merge 334211-add-helper-phone-hand-raise-modal into master

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR clarifies why the phone number field is required to submit the contact sales form.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

Before After
image image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Use the rail console in GDK

    cd ../gitlab && ./bin/rails console
  2. Make sure the billing page is accessible

    ApplicationSetting.first.update(check_namespace_plan: true)
  3. Enable the contact sales modal

    Feature.enable(:in_app_hand_raise_pql)
  4. Navigate to a group with owner permission

  5. Click on Contact sales on any tier card

MR acceptance checklist

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

Related to #334211 (closed)

Edited by Kevin Comoli

Merge request reports

Loading