[
https://issues.apache.org/jira/browse/COUCHDB-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178314#comment-14178314
]
ASF GitHub Bot commented on COUCHDB-2397:
-----------------------------------------
GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/105
Remove `rightHeader` from changes view for now
We have a separate filter function in this view. It probably
makes sense to integrate this filter into the right header
function later, but currently the rightHeader does not work with
changes and duplicates the functionality of the filter in this
context.
Closes COUCHDB-2397
//cc @seanbarclay @benkeen
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb-fauxton
COUCHDB-2397--remove-query-tray-from-config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/105.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #105
----
commit 8a451f9edd6cd0306ec176612aae58eaa8c3dc67
Author: Robert Kowalski <[email protected]>
Date: 2014-10-21T11:42:29Z
Remove `rightHeader` from changes view for now
We have a separate filter function in this view. It probably
makes sense to integrate this filter into the right header
function later, but currently the rightHeader does not work with
changes and duplicates the functionality of the filter in this
context.
Closes COUCHDB-2397
----
> Query tray: breaks if used in changes view
> ------------------------------------------
>
> Key: COUCHDB-2397
> URL: https://issues.apache.org/jira/browse/COUCHDB-2397
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Robert Kowalski
>
> 1. Open a database
> 2. Click "changes"
> 3. Use the Query tray to fire a query
> 4. You get: `Uncaught TypeError: Cannot read property 'setCollection' of
> undefined `
> Question: should the changes-view have a query view at all?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)