You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/06/07 23:04:34 UTC

[10/15] fauxton commit: updated refs/heads/import-master to 8cb432c

Fauxton: Inject database into view

it's handled in the options and used, but was never passed


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

Branch: refs/heads/import-master
Commit: 4510053aa255eb9bbdd149d875539b86d263ef2f
Parents: 834aaa0
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Fri May 2 21:33:46 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Sat May 31 19:56:04 2014 +0200

----------------------------------------------------------------------
 app/addons/documents/routes.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/4510053a/app/addons/documents/routes.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/routes.js b/app/addons/documents/routes.js
index 8f163a7..a24a3bd 100644
--- a/app/addons/documents/routes.js
+++ b/app/addons/documents/routes.js
@@ -221,6 +221,7 @@ function(app, FauxtonAPI, Documents, Databases) {
       }));
 
       this.documentsView = this.setView("#dashboard-lower-content", new Documents.Views.AllDocsList({
+        database: this.data.database,
         collection: this.data.database.allDocs,
         docParams: docParams,
         params: urlParams