You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/05/15 08:15:00 UTC

stratos git commit: Fixing tenant json schema in the web ui

Repository: stratos
Updated Branches:
  refs/heads/master b8c97f400 -> 73d50a72a


Fixing tenant json schema in the web ui


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/73d50a72
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/73d50a72
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/73d50a72

Branch: refs/heads/master
Commit: 73d50a72a596b9d96d4889314aad07bb66ce1159
Parents: b8c97f4
Author: Imesh Gunaratne <im...@apache.org>
Authored: Fri May 15 11:44:39 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri May 15 11:44:52 2015 +0530

----------------------------------------------------------------------
 .../console/controllers/forms/default/users/tenants.json  |  4 ++--
 .../console/controllers/forms/schema/users/tenants.json   | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/73d50a72/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json b/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json
index 03da79d..5f7ebd9 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json
+++ b/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json
@@ -1,7 +1,7 @@
 {
     "admin":"AdminUserName",
-    "firstname":"FirstName",
-    "lastname":"LastName",
+    "firstName":"FirstName",
+    "lastName":"LastName",
     "adminPassword":"admin123",
     "tenantDomain":"apache.org",
     "email":"user@apache.org"

http://git-wip-us.apache.org/repos/asf/stratos/blob/73d50a72/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/tenants.json
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/tenants.json b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/tenants.json
index bbfa40a..e840f9b 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/tenants.json
+++ b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/tenants.json
@@ -8,18 +8,18 @@
         "disable_properties": true,
         "disable_collapse": true
     },
-    "required":["admin","adminPassword","email", "firstname", "lastname", "tenantDomain"],
+    "required":["admin","adminPassword","email", "firstName", "lastName", "tenantDomain"],
     "properties":{
-        "firstname": {
+        "firstName": {
             "type":"string",
-            "id": "root/firstname",
+            "id": "root/firstName",
             "default": "Frank",
             "title": "First Name",
             "name": "First Name"
         },
-        "lastname": {
+        "lastName": {
             "type":"string",
-            "id": "root/lastname",
+            "id": "root/lastName",
             "default": "Myers",
             "title": "Last Name",
             "name": "Last Name"