garrensmith commented on a change in pull request #906: Toolbar redesign for all docs URL: https://github.com/apache/couchdb-fauxton/pull/906#discussion_r113454846
########## File path: app/addons/documents/base.js ########## @@ -109,6 +109,10 @@ FauxtonAPI.registerUrls('view', { fragment: function (database, designDoc, viewName) { return 'database/' + database + designDoc + '/_view/' + viewName; + }, + + query: function (database, designDoc, viewName, query) { + return 'database/' + database + '/_design/' + designDoc + '/_view/' + viewName + getQueryParam(query); Review comment: Is the designDoc and view name encoded elsewhere? will it work with `/_designDoc/view/name`? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services