Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.7.0
-
Fix Version/s: 5.7.1
-
Component/s: Staff Interface
-
Labels:None
Description
In 5.7.0 we implemented CORE-4743 which states that the following characters should be allowed:
a-z
A-Z
0-9
-_
However, it appears that capital letters are not allowed, using one will return the following error:
Label does not match the required format. Only letters, numbers and dashes are accepted.
If there is a reason we decided not to allow A-Z, then the error message should be updated to mention lowercase letters. However, I think this is probably a bug and that we missed A-Z, capital letters.
EDIT: Note! underscores also appear not to be allowed _ which were included in the original task also.