Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 e2b681f67 -> db9281fff


IGNITE-843 Fixed dialect selection.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9168cc5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9168cc5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9168cc5f

Branch: refs/heads/ignite-843
Commit: 9168cc5f11cbe157069c1ffec2c8c2bd96e760f1
Parents: 23835fa
Author: AKuznetsov <akuznet...@gridgain.com>
Authored: Tue Jul 7 10:00:50 2015 +0700
Committer: AKuznetsov <akuznet...@gridgain.com>
Committed: Tue Jul 7 10:00:50 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/public/form-models/caches.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9168cc5f/modules/web-control-center/nodejs/public/form-models/caches.json
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/public/form-models/caches.json 
b/modules/web-control-center/nodejs/public/form-models/caches.json
index 5392268..86cd950 100644
--- a/modules/web-control-center/nodejs/public/form-models/caches.json
+++ b/modules/web-control-center/nodejs/public/form-models/caches.json
@@ -605,8 +605,9 @@
                   "type": "dropdown",
                   "path": "cacheStoreFactory.CacheJdbcPojoStoreFactory",
                   "model": "dialect",
+                  "required": true,
                   "placeholder": "Choose JDBC dialect",
-                  "items": 
"cacheStoreFactory.CacheJdbcPojoStoreFactory.cacheStoreJdbcDialects",
+                  "items": "cacheStoreJdbcDialects",
                   "tip": [
                     "Dialect of SQL implemented by a particular RDBMS:",
                     "<ul>",

Reply via email to