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.
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.