You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/03/08 02:54:46 UTC

[GitHub] popojargo commented on a change in pull request #1060: Remove all uses of JQuery from the verifyinstall addon

popojargo commented on a change in pull request #1060: Remove all uses of JQuery from the verifyinstall addon
URL: https://github.com/apache/couchdb-fauxton/pull/1060#discussion_r173050648
 
 

 ##########
 File path: app/addons/verifyinstall/resources.js
 ##########
 @@ -47,7 +48,10 @@ Verifyinstall.testProcess = {
   },
 
   saveDB: function () {
-    return db.save();
+    return FauxtonAPI.when([
+      db.save(),
+      dbReplicate.save()
 
 Review comment:
   You added dbReplicate.save() for which reason?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services