Comment 2 for bug 1694127

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/468726
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=dc9a6a33ea5a4b0e92e79252f6a4acf1ef426ec8
Submitter: Zuul
Branch: master

commit dc9a6a33ea5a4b0e92e79252f6a4acf1ef426ec8
Author: wei.ying <email address hidden>
Date: Sun May 28 22:00:38 2017 +0800

    Fix unauthorized exception when using member user to access angular users panel

    When a member role user go to angular users panel, it will be
    raised unauthorized exception since the user has no access to
    get users list. It should be add a policy check mechanism at
    the panel.

    Change-Id: I9cfa1aeab27aca1631322d8c0b3e6a7a930d9cfe
    Closes-Bug: #1694127