-
-
Notifications
You must be signed in to change notification settings - Fork 72
Product Name and Plan Name Validation on UI #545
Copy link
Copy link
Closed
Description
Originally reported here by the user : #544
On the create catalog screen, We need to add a validation on the UI for Product Name and Plan Name fields to check that it should match the NCName conditions :
-
No spaces
-
No colons (:)
-
Cannot start with a number or punctuation
-
Only letters, digits, _, -, and . are allowed
Right now, we do not have any validation for this and user sees the message "Invalid Catalog for tenant" on Save.
Reactions are currently unavailable