[Groonga-commit] groonga/groonga-admin at 34c6df3 [master] Show table ID

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 16 14:04:09 JST 2017


Kouhei Sutou	2017-05-16 14:04:09 +0900 (Tue, 16 May 2017)

  New Revision: 34c6df39d1a022400d30d08fb55e4a733504e7e1
  https://github.com/groonga/groonga-admin/commit/34c6df39d1a022400d30d08fb55e4a733504e7e1

  Message:
    Show table ID

  Modified files:
    app/scripts/services/schema-loader.js

  Modified: app/scripts/services/schema-loader.js (+1 -1)
===================================================================
--- app/scripts/services/schema-loader.js    2016-12-07 11:09:55 +0900 (b0477ef)
+++ app/scripts/services/schema-loader.js    2017-05-16 14:04:09 +0900 (7b5fccc)
@@ -45,7 +45,7 @@ angular.module('groongaAdminApp')
 
       function buildTable(rawTypes, rawTable) {
         var table = {};
-        table.id           = 0; // XXX it exists in a table_list response but missing in a schema response.
+        table.id           = rawTable.id;
         table.name         = rawTable.name;
         table.path         = ''; // XXX it exists in a table_list response but missing in a schema response.
         table.valueType    = rawTable.value_type && rawTable.value_type.name;
-------------- next part --------------
HTML����������������������������...
Download 



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