Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align Validation Message for Branch Name Field in EDP #240

Closed
callmevladik opened this issue May 14, 2024 · 0 comments · Fixed by #241
Closed

Align Validation Message for Branch Name Field in EDP #240

callmevladik opened this issue May 14, 2024 · 0 comments · Fixed by #241
Assignees
Labels
bug Something isn't working

Comments

@callmevladik
Copy link
Contributor

callmevladik commented May 14, 2024

There is a discrepancy in the validation message provided when a user attempts to create a new branch with an invalid name in a codebase, specifically for EDP and the default versioning type. The goal is to standardize the validation message to enhance user understanding and guide correct input.

Steps to Reproduce:

  1. Attempt to create a new branch in a codebase with an invalid name (e.g., 'TEST').

Actual Result:

The error message displayed is 'Enter valid release branch name'.

Expected Result:

The error message should guide the user with specific criteria, similar to when the field is left empty: 'Branch name may contain only: lower-case letters, numbers, slashes, dashes, and dots. Can start and end only with lower-case letters and numbers. Minimum 2 characters.'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant