Code

Updated syntax strings
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jul 2011 11:31:25 +0000 (11:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jul 2011 11:31:25 +0000 (11:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20932 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.json

index 0bc998c92d0a44732bcac7a4e470c23247bd7f19..0c42d640e77033baafe74ce94428d91077463cde 100644 (file)
@@ -13,7 +13,7 @@
                 "options": {
                     "name": {
                         "description": "Name",
-                        "syntax": "/^[a-z0-9]*$/i",
+                        "syntax": "^[a-zA-Z0-9]*$",
                         "default": "",
                         "value": "",
                         "required": true,
@@ -84,7 +84,7 @@
                     "name": {
                         "description": "Name",
                         "default": "",
-                        "syntax": "/^[a-z0-9\\-\\.]*$/i",
+                        "syntax": "^[a-zA-Z0-9\\-\\.]*$",
                         "value": "",
                         "required": true,
                         "type": "string",
                         "description": "Name",
                         "default": "",
                         "value": "",
-                        "syntax": "/^[a-z0-9\\-]*$/i",
+                        "syntax": "^[a-zA-Z0-9\\-]*$",
                         "required": true,
                         "initiallyEditableOnly": true,
                         "type": "string",