[Groonga-commit] groonga/groonga-admin at 911d248 [master] Make output compatible to the old implementation

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Sep 23 12:36:57 JST 2016


YUKI Hiroshi	2016-09-23 12:36:57 +0900 (Fri, 23 Sep 2016)

  New Revision: 911d24893f3a54ead36ae4380e49740bbbc5ac5c
  https://github.com/groonga/groonga-admin/commit/911d24893f3a54ead36ae4380e49740bbbc5ac5c

  Merged 2dd9aa7: Merge pull request #11 from groonga/features/migrate-column_list-to-schema

  Message:
    Make output compatible to the old implementation

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

  Modified: app/scripts/services/schema-loader.js (+1 -1)
===================================================================
--- app/scripts/services/schema-loader.js    2016-09-23 12:34:16 +0900 (a747b17)
+++ app/scripts/services/schema-loader.js    2016-09-23 12:36:57 +0900 (df371b9)
@@ -182,7 +182,7 @@ angular.module('groongaAdminApp')
         column.sources = [];
         if (rawColumn.sources)
           column.sources = rawColumn.sources.map(function(source) {
-            return source.full_name;
+            return source.full_name.replace(/\._key$/, '');
           });
 
         column.valueType = null;
-------------- next part --------------
HTML����������������������������...
Download 



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