YUKI Hiroshi
null+****@clear*****
Fri Sep 23 13:14:33 JST 2016
YUKI Hiroshi 2016-09-23 13:14:33 +0900 (Fri, 23 Sep 2016) New Revision: f16f63320675b28c2c3e25e16be1a0261a88a4b4 https://github.com/groonga/groonga-admin/commit/f16f63320675b28c2c3e25e16be1a0261a88a4b4 Merged ec78f51: Merge pull request #13 from groonga/features/build-schema-from-schema-result Message: Simplify Modified files: app/scripts/services/schema-loader.js Modified: app/scripts/services/schema-loader.js (+1 -5) =================================================================== --- app/scripts/services/schema-loader.js 2016-09-23 13:14:06 +0900 (ca86448) +++ app/scripts/services/schema-loader.js 2016-09-23 13:14:33 +0900 (5140a23) @@ -204,11 +204,7 @@ angular.module('groongaAdminApp') return client.execute('schema') .success(function(response) { schema.types = buildTypes(response.types()); - - var rawTables = response.tables(); - - schema.tables = buildTables(rawTables); - + schema.tables = buildTables(response.tables()); resolveIndexes(schema); fetched = true; fetching = false; -------------- next part -------------- HTML����������������������������...Download