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

Allow the "final name" of a pooled project request to exceed (fall short of) the maximum (minimum) length #586

Open
matthew-li opened this issue Mar 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@matthew-li
Copy link
Collaborator

The form for performing cluster setup for new project requests truncates names that exceed the maximum length (currently 15).

This is fine for new projects, where we stipulate that the name (excluding the allowance prefix) be between 4 and 12 characters. However, as observed by @elam3, it is an issue for pooling requests to pre-portal projects with overlong names.

It is also assumed that, if pooling with an existing project whose name is too short (unclear if any exist), the form will raise an error.

Find a way to ignore the min/max length constraints when the request is a pooling request.

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

No branches or pull requests

2 participants