Missing user and group member of project in the project detail view for admin

Bug #1785263 reported by David Gutman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Wishlist
David Gutman

Bug Description

The user and group members of a project are not displayed directly in the project details view for an admin user.

It could be interesting for administrator to display (by example as tabs) the list of users with their roles on the project and the list of group with their roles on the project directly in the details view.

Moreover it could be interesting to indicate users which have roles on a project through a group (because they are member of group which has role on the project).

summary: - Missing user and group member of the project in the project detail view
- for admin
+ Missing user and group member of project in the project detail view for
+ admin
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/588591

Changed in horizon:
assignee: nobody → David Gutman (david.gutman)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/589932

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/589938

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/590163

Akihiro Motoki (amotoki)
Changed in horizon:
importance: Undecided → Wishlist
Akihiro Motoki (amotoki)
Changed in horizon:
milestone: none → stein-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

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

commit c42aacb27bf9516ac30b8275961831fb4df3cbe5
Author: David Gutman <email address hidden>
Date: Fri Aug 3 17:01:45 2018 +0200

    Change project details view in a tab view.

    Change the existing project details view into a tabbed view with
    currently just one tab (overview tab) which presents general
    informations of the project.

    This is done to be able to add other tabs to the project
    details view.

    Change-Id: I207d0671e41c478c258226fd21f83b6e9fd38ea4
    Partial-Bug: #1785263

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on horizon (master)

Change abandoned by Ivan Kolodyazhny (<email address hidden>) on branch: master
Review: https://review.openstack.org/589932
Reason: This review is > 4 months without comment, and failed Jenkins the last time it was checked. We are abandoning this for now. Feel free to reactivate the review by pressing the restore button and leaving a 'recheck' comment to get fresh test results.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by Ivan Kolodyazhny (<email address hidden>) on branch: master
Review: https://review.openstack.org/590163
Reason: This review is > 4 months without comment, and failed Jenkins the last time it was checked. We are abandoning this for now. Feel free to reactivate the review by pressing the restore button and leaving a 'recheck' comment to get fresh test results.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by Ivan Kolodyazhny (<email address hidden>) on branch: master
Review: https://review.openstack.org/589938
Reason: This review is > 4 months without comment, and failed Jenkins the last time it was checked. We are abandoning this for now. Feel free to reactivate the review by pressing the restore button and leaving a 'recheck' comment to get fresh test results.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by David Gutman (<email address hidden>) on branch: master
Review: https://review.openstack.org/590163

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

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

commit 5cb96dd6d1ca52dcb006fbeecb0a71e5f95e183f
Author: David Gutman <email address hidden>
Date: Fri Aug 3 17:01:45 2018 +0200

    Add user tab in project details view.

    Add an extra tab "users" in the project details view which
    displays the users which have a role on the project (the
    members of the project).

    The users are displayed in a table which is an extension
    (inheritance) of the user table used in the Users panel.

    An extra column is added to this table, displaying the
    roles of each user on project

    Only users which have directly a role on the project
    are displayed, the users which have a role through a
    group are not displayed.

    Change-Id: I88b40fcda300ee4640155347d479a972abb2df02
    Partial-Bug: #1785263

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

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

commit 6e754e5dad4626f8b2fc1afbdd8716b372a49722
Author: David Gutman <email address hidden>
Date: Fri Aug 3 17:01:45 2018 +0200

    Display users with role through group in users project details tab.

    In the users tab of the project details view, the users
    table displays now the users which have a role on the project
    through a group. ie: if a group is member of the project, and
    if a user is a member of this group, then it will be displayed
    in the table even if it is not directly a member of the project.

    An extra column is added to the table: "role from group" which
    display the list of "role(group)" the user has on the project.

    To be able to test the membership of user to a project through
    a group, "user_group_membership" data has been added to keystone
    data.

    Change-Id: I968bad7d285acfaf7a8ccd7458593bbcad498ce2
    Partial-Bug: #1785263

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

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

commit 7c80aba5ef6563dea78fcfaf7b74d6ddfd632775
Author: David Gutman <email address hidden>
Date: Fri Aug 3 17:01:45 2018 +0200

    Add groups tab in project details view.

    Add an extra tab "Groups" in the project details view which
    displays the groups which have a role on the project (the
    groups members of the project).

    The groups are displayed in a table which is an extension
    (inheritance) of the group table used in the Groups panel.

    An extra column is added to this table, displaying the
    roles of each group on project

    Change-Id: Ie6338c7e10b67900d5a553d0328b29bfd4a28212
    Closes-Bug: #1785263

Changed in horizon:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/603416

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

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

commit eb4f87177bbdf2103fa1011f2afe92ab166cb125
Author: David Gutman <email address hidden>
Date: Tue Sep 18 17:15:54 2018 +0200

    Add release note for the upgraded project detail view.

    Change-Id: If27f33f0c89e4a204a8371e830066d667d258605
    Closes-Bug: #1785263

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/horizon 15.0.0.0b1

This issue was fixed in the openstack/horizon 15.0.0.0b1 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.