GitHub user rnewson opened a pull request:

    https://github.com/apache/couchdb-fabric/pull/73

    Pass user_ctx down to fabric_rpc

    The Options array in fabric_view_all_docs contains the {user_ctx, _}
    tuple but we omitted to pass it down to the open_doc command. This
    caused several incorrect behaviours for the _users database which has
    some special properties for privacy reasons.
    
    COUCHDB-3232

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

    $ git pull https://github.com/cloudant/couchdb-fabric 3232-all-docs-ctx

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

    https://github.com/apache/couchdb-fabric/pull/73.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 #73
    
----
commit 1ee7c63ebd0daaf0430460adda23560d03a1ba16
Author: Robert Newson <[email protected]>
Date:   2016-11-11T04:45:14Z

    Pass user_ctx down to fabric_rpc
    
    The Options array in fabric_view_all_docs contains the {user_ctx, _}
    tuple but we omitted to pass it down to the open_doc command. This
    caused several incorrect behaviours for the _users database which has
    some special properties for privacy reasons.
    
    COUCHDB-3232

----


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