@@ -1137,7 +1137,7 @@ $logs = $this->getParam('logs', null);
-
+
Allowed Characters A-Z, a-z, 0-9, and non-leading underscore
@@ -1242,7 +1242,7 @@ $logs = $this->getParam('logs', null);
-
+
Allowed Characters A-Z, a-z, 0-9, and non-leading underscore
diff --git a/app/views/console/database/document.phtml b/app/views/console/database/document.phtml
index 266c8cd4b5..d8d0ea37e9 100644
--- a/app/views/console/database/document.phtml
+++ b/app/views/console/database/document.phtml
@@ -83,7 +83,7 @@ $logs = $this->getParam('logs', null);
name="documentId"
id="documentId"
maxlength="36"
- pattern="^[a-zA-Z0-9][a-z0-9_-]{1,36}$" />
+ pattern="^[a-zA-Z0-9][a-zA-Z0-9_-]{1,36}$" />