Comment 18 for bug 2054799

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

Reviewed: https://review.opendev.org/c/openstack/horizon/+/916095
Committed: https://opendev.org/openstack/horizon/commit/4437228638b899e3963856e0e1158b364c3a97b1
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 4437228638b899e3963856e0e1158b364c3a97b1
Author: Zhang Hua <email address hidden>
Date: Tue Feb 27 15:26:28 2024 +0800

    Fix Users/Groups tab list when a domain context is set

    The list of users assigned to a project becomes invisible when a domain context
    is set in Horizon. If a domain context is set, the user list call should
    provide a list of users within the specified domain context, rather than users
    within the user's own domain.

    Groups tab of project also has the same problem.

    Change-Id: Ia778317acc41fe589765e6cd04c7fe8cad2360ab
    Depends-On: I58c2d33a07bcc04d70cc6867cb44dc7248db9651
    Closes-Bug: #2054799
    (cherry picked from commit ed768ab5071307ee15f95636ea548050cb894f9e)
    Signed-off-by: Zhang Hua <email address hidden>