Github user benkeen commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/230#discussion_r23266630
  
    --- 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 --
    
    No it's no longer needed. It used to handle showing a subset of the data 
(id + rev only). Now nothing is shown - just the ID row.


---
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.
---

Reply via email to