GitHub user sebastianrothbucher opened a pull request:
https://github.com/apache/couchdb/pull/252
fix cancel button in duplicate docs
Issue: click "Clone document" in single-doc view, then click cancel. You'll
get back to all documents. Reason: cancel-button is also the style of "go back
to all docs" - and both functions bind. Looking at "upload attachment" reveals:
the cancel-button style is not needed. So I removed it which successfully fixes
cancel in "Clone documents" also
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sebastianrothbucher/couchdb fix-cancel-clone
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/252.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 #252
----
commit cb8a72481245f09a01398d4d5d730ad1a8461af8
Author: sebastianrothbucher <[email protected]>
Date: 2014-06-21T18:11:17Z
fix the issue
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---