Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/230#discussion_r23266563 --- Diff: app/addons/documents/views.js --- @@ -505,21 +517,37 @@ function(app, FauxtonAPI, Components, Documents, Databases, Views, QueryOptions) }, beforeRender: function() { - var docs; - this.removeNestedViews(); this.pagination.setCollection(this.collection); this.allDocsNumber.setCollection(this.collection); - docs = this.expandDocs ? this.collection : this.collection.simple(); --- End diff -- don't we need the simple collection any more? can we delete it? for what was it for?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---