Remove caching from design docs, so that edit revisions are updated
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/055219f1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/055219f1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/055219f1 Branch: refs/heads/2041-update-ibrowse Commit: 055219f106b271dc17f0e469fb967489f4ef962e Parents: 5989bb3 Author: suelockwood <[email protected]> Authored: Wed Feb 26 17:00:07 2014 -0500 Committer: suelockwood <[email protected]> Committed: Wed Feb 26 17:00:07 2014 -0500 ---------------------------------------------------------------------- src/fauxton/app/addons/documents/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/055219f1/src/fauxton/app/addons/documents/routes.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/documents/routes.js b/src/fauxton/app/addons/documents/routes.js index be9ce2f..1510485 100644 --- a/src/fauxton/app/addons/documents/routes.js +++ b/src/fauxton/app/addons/documents/routes.js @@ -182,7 +182,7 @@ function(app, FauxtonAPI, Documents, Databases) { }, establish: function () { - return this.data.designDocs.fetchOnce(); + return this.data.designDocs.fetch(); }, allDocs: function(databaseName, options) {
