You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by se...@apache.org on 2015/07/16 22:47:46 UTC

[6/9] incubator-ignite git commit: IGNITE-843: Added missing class name.

IGNITE-843: Added missing class name.


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

Branch: refs/heads/ignite-1121
Commit: 9cc79ae3e338a85b961b2cd72a6bff095a733553
Parents: 949e37c
Author: AKuznetsov <ak...@gridgain.com>
Authored: Thu Jul 16 23:08:55 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Thu Jul 16 23:08:55 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/db.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9cc79ae3/modules/web-control-center/nodejs/db.js
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/db.js b/modules/web-control-center/nodejs/db.js
index 8629f09..8286674 100644
--- a/modules/web-control-center/nodejs/db.js
+++ b/modules/web-control-center/nodejs/db.js
@@ -77,7 +77,7 @@ var CacheTypeMetadataSchema = new Schema({
     ascendingFields: [{name: String, className: String}],
     descendingFields:  [{name: String, className: String}],
     textFields: [String],
-    groups: [{name: String, fields: [{field: String, direction: String}]}]
+    groups: [{name: String, fields: [{field: String, className: String, direction: String}]}]
 });
 
 exports.CacheTypeMetadata = mongoose.model('CacheTypeMetadata', CacheTypeMetadataSchema);