You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: