Skip to content

Use name field in state selector so that it is used in leads

Doug Stull requested to merge 454823-use-full-state-name into master

What does this MR do and why?

Use name field in state selector so that it is used in leads

  • Marketing Ops wants to have the full state name used instead of the abbreviation when we send the lead information to them. This can be easily accomplished by merely changing the data submitted from frontend to use that unabbreviated name.
  • see https://gitlab.com/gitlab-org/gitlab/-/issues/454823 for scope and areas this affects.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

no change

How to set up and validate locally

not necessary, but if you want to...

  • Load /-/trials/new URL and and notice the state value in the DOM is using the unabbreviated name.

Related to #454823

Edited by Doug Stull

Merge request reports