[Groonga-commit] groonga/groonga-admin at 42000b6 [master] Remove needless property

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 23 15:07:06 JST 2015


Kouhei Sutou	2015-11-23 15:07:06 +0900 (Mon, 23 Nov 2015)

  New Revision: 42000b6c6777177437ec38bada47f47678ffd2fe
  https://github.com/groonga/groonga-admin/commit/42000b6c6777177437ec38bada47f47678ffd2fe

  Message:
    Remove needless property

  Modified files:
    app/scripts/controllers/table-search-controller.js

  Modified: app/scripts/controllers/table-search-controller.js (+1 -2)
===================================================================
--- app/scripts/controllers/table-search-controller.js    2015-11-23 14:59:13 +0900 (c79f718)
+++ app/scripts/controllers/table-search-controller.js    2015-11-23 15:07:06 +0900 (7df082c)
@@ -337,7 +337,6 @@ angular.module('groongaAdminApp')
 
         return {
           name: name,
-          type: column.range,
           output: output,
           drilldown: drilldown,
           sort: sort,
@@ -347,7 +346,7 @@ angular.module('groongaAdminApp')
       }
 
       function addTimeColumn(columnInfo) {
-        if (columnInfo.type !== 'Time') {
+        if (columnInfo.valueType.name !== 'Time') {
           return;
         }
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index