GitHub user robertkowalski opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/566

    remove doc-editor check

    i quite often run into the problem where i want to copy the json
    of an existing doc for testing. i copy the whole json, click
    "new doc" and have toremoev the _rev in order to save it.
    sometimes i also want to remove the id, to get a random one. right
    now i have to copy/paste the json into an offline editor before
    that as the fauxton editor tells me i can't delete the rev or id
    and refuses to make changes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robertkowalski/couchdb-fauxton 
doc-id-rev-editable

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/566.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 #566
    
----
commit 8c62e990b470e47503edad9623b05d136f3ea2e8
Author: Robert Kowalski <[email protected]>
Date:   2015-10-23T11:10:05Z

    remove doc-editor check
    
    i quite often run into the problem where i want to copy the json
    of an existing doc for testing. i copy the whole json, click
    "new doc" and have toremoev the _rev in order to save it.
    sometimes i also want to remove the id, to get a random one. right
    now i have to copy/paste the json into an offline editor before
    that as the fauxton editor tells me i can't delete the rev or id
    and refuses to make changes.

----


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

Reply via email to