Summary: | User not aware they can use other characters in Group ID | ||
---|---|---|---|
Product: | [Retired] Zanata | Reporter: | Damian Jansen <djansen> |
Component: | Component-UI | Assignee: | Damian Jansen <djansen> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Zanata-QA Mailling List <zanata-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | development | CC: | dchen, zanata-bugs |
Target Milestone: | --- | ||
Target Release: | 3.5 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | 3.5.0-SNAPSHOT (git-jenkins-zanata-server-github-pull-requests-1873) | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-26 23:28:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Damian Jansen
2013-06-12 05:20:51 UTC
User can also use { and } The pattern in SlugValidator.java reads "[a-zA-Z0-9]+([a-zA-Z0-9_\\-{.}]*[a-zA-Z0-9]+)?" I'm expecting this is correct, i.e. some thought has gone into adding the {.} These characters do not appear to have any adverse effects on creating a group. VERIFIED with Zanata 3.5.0-SNAPSHOT (git-jenkins-zanata-server-github-pull-requests-1873) |