[
https://issues.apache.org/jira/browse/COUCHDB-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168618#comment-14168618
]
ASF GitHub Bot commented on COUCHDB-2378:
-----------------------------------------
GitHub user sebastianrothbucher opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/93
Prevent double query submission to fix COUCHDB-2378
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sebastianrothbucher/couchdb-fauxton
2378-double-query-submission
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/93.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 #93
----
commit 7429f501dddbf2b23c692fab8644bde6732f28f1
Author: sebastianrothbucher <[email protected]>
Date: 2014-10-12T12:03:40Z
Prevent double query submission to fix COUCHDB-2378
----
> TypeError: this.viewMeta is undefined
> -------------------------------------
>
> Key: COUCHDB-2378
> URL: https://issues.apache.org/jira/browse/COUCHDB-2378
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Alexander Shorin
>
> 1. Navigate to any database with a view
> 2. Select a view
> 3. Open "Query Options"
> 4. Double click on "Query" button
> You'll see infinity spinner and the error in console:
> {code}
> TypeError: this.viewMeta is undefined
> http://localhost:8000/addons/documents/resources.js:461
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)