You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2015/06/16 22:28:29 UTC

fauxton commit: updated refs/heads/master to d072d9f

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master f5f375c59 -> d072d9ffa


Cloudant Query page link fix

Small link fix for the database name on the Cloudant Query page.
There's no test because it works fine for test environments: the
link fails when Fauxton or a wrapper is ran under a separate
location, like whatever.html#/database/mydb/_all_docs


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/d072d9ff
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/d072d9ff
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/d072d9ff

Branch: refs/heads/master
Commit: d072d9ffad7fc57c3cbb548c879950cd164cf1c6
Parents: f5f375c
Author: Ben Keen <be...@gmail.com>
Authored: Tue Jun 16 12:20:33 2015 -0700
Committer: Ben Keen <be...@gmail.com>
Committed: Tue Jun 16 13:31:48 2015 -0700

----------------------------------------------------------------------
 app/addons/documents/mango/mango.components.react.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/d072d9ff/app/addons/documents/mango/mango.components.react.jsx
----------------------------------------------------------------------
diff --git a/app/addons/documents/mango/mango.components.react.jsx b/app/addons/documents/mango/mango.components.react.jsx
index 303fbaa..13123ed 100644
--- a/app/addons/documents/mango/mango.components.react.jsx
+++ b/app/addons/documents/mango/mango.components.react.jsx
@@ -126,7 +126,7 @@ function (app, FauxtonAPI, React, Stores, Actions,
     },
 
     render: function () {
-      var url = FauxtonAPI.urls('allDocs', 'app', this.props.dbName, '');
+      var url = '#/' + FauxtonAPI.urls('allDocs', 'app', this.props.dbName, '');
 
       return (
         <div className="editor-wrapper span5 scrollable">