Antonio-Maranhao commented on a change in pull request #1148: [partitioned-dbs]
Updates to sidebar
URL: https://github.com/apache/couchdb-fauxton/pull/1148#discussion_r229783382
##########
File path: app/addons/documents/index-editor/actions.js
##########
@@ -127,7 +127,7 @@ function deleteView (options) {
// if the user was on the index that was just deleted, redirect them back
to all docs
if (options.isOnIndex) {
- var url = FauxtonAPI.urls('allDocs', 'app', options.database.safeID(),
'?limit=' + FauxtonAPI.constants.DATABASES.DOCUMENT_LIMIT);
Review comment:
It's not needed because the query is limited by the num of docs per page.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services