Skip to content

Add frontend validation for framework name field

Sam Figueroa requested to merge sf/feature/validate-framework-name-limit into master

What does this MR do and why?

Add frontend validation for framework names

  • Show character limit of name field in error message by means of frontend validation.

  • Refs: #457112 (closed)

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Allows submit of form with somewhat confusing error message prevents submit and shows informative error message
image Screenshot_2024-04-24_at_17.15.33

How to set up and validate locally

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

Merge request reports