[Groonga-commit] groonga/gcs [master] Fix regression around respnses of CreateDomain action

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 19日 (木) 17:41:22 JST


SHIMODA Hiroshi	2012-07-19 17:41:22 +0900 (Thu, 19 Jul 2012)

  New Revision: 06db01471a4ee93fb6063220d3e4e9a0a6f4ed35
  https://github.com/groonga/gcs/commit/06db01471a4ee93fb6063220d3e4e9a0a6f4ed35

  Log:
    Fix regression around respnses of CreateDomain action

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+3 -3)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-07-19 17:39:30 +0900 (6ef01a8)
+++ lib/api/2011-02-01/configuration.js    2012-07-19 17:41:22 +0900 (d487b53)
@@ -57,9 +57,9 @@ function createDomainStatus(options) {
       .text(options.searchPartitionCount || 0)
     .up()
     .element('SearchService')
-      .element('Endpoint').text(options.documentsEndpoint || '').up()
-    .up()
-  .up();
+      .element('Endpoint').text(options.searchEndpoint || '').up()
+    .up();
+//  .up(); // don't up anymore, because there is no parent yet!
   return domainStatus;
 }
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index