Comment 4 for bug 1365685

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

Reviewed: https://review.openstack.org/177005
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=1ccc4dd14adfe85946ff87529db144330cac53ae
Submitter: Jenkins
Branch: master

commit 1ccc4dd14adfe85946ff87529db144330cac53ae
Author: Jingjing Ren <email address hidden>
Date: Mon Apr 20 01:16:05 2015 +0000

    Fix bad performance when editing domain members

    Modify the Edit action use get_domain_user_roles API
    instead of making a separate call for each user.

    Change-Id: I9a37cf0d74b8a5ef6e1a6d4013a2b6826649f0c2
    Related-Bug: #1365685
    Closes-Bug: #1445249