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
when we create a new workspace, the validation rule for workspace name is to check it don't have special character and only allow a-z, A-Z, 0-9, (), [], _ (underscore), - (hyphen) and (space).
Describe the bug
when we create a new workspace, the validation rule for workspace name is to check it don't have special character and only allow
a-z, A-Z, 0-9, (), [], _ (underscore), - (hyphen) and (space)
.OpenSearch-Dashboards/src/plugins/workspace/public/components/workspace_form/utils.ts
Lines 39 to 46 in d2e7b9d
But for blank input as workspace name, it can pass the validation and created successfully.
workspace with blank name will be not clickable on workspace list page and hard to tell what it is in workspace switcher.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
workspace name with blank should be blocked for creation and updation
OpenSearch Version
Please list the version of OpenSearch being used.
Dashboards Version
Please list the version of OpenSearch Dashboards being used.
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: