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

    https://github.com/apache/couchdb-fauxton/pull/483#discussion_r36201754
  
    --- Diff: app/addons/documents/views.js ---
    @@ -86,11 +89,12 @@ function (app, FauxtonAPI, Components, Documents,
         // these are similar, but different! resetQueryOptions() completely 
resets the settings then overlays the new ones;
         // updateQueryOptions() just updates the existing settings with 
whatever is specified. Between them, the
         resetQueryOptions: function (options) {
    -      this.queryOptions.resetQueryOptions(options);
    +      QueryActions.reset(options);
         },
     
         updateQueryOptions: function (options) {
    -      this.queryOptions.updateQueryOptions(options);
    +      console.log('update q', options);
    --- End diff --
    
    ping


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