horizon/releasenotes/notes/bug-1792524-7497aabcf6bc1e81.yaml
David Gutman 9d68119452 Displays role assignment through group in user details
In the tab role assignments of the user details view, the role
assignments the user has got through groups are added.

In the column "role" of the table, the text "(through group GROUP_NAME)"
is specified next to the role name.

Change-Id: I6bbf3ef61a7c4e99e0b1ddce90ae1c12a3e18369
Closes-Bug: #1792524
2018-12-20 08:50:43 +00:00

14 lines
518 B
YAML

---
features:
- |
[:bug:`1792524`] Modify the user detail view in a multi tabbed view,
composed of:
* ``Overview`` tab displaying general information about the user.
* ``Roles assignments`` tab displaying all the roles that the users have on
project or domain, directly or throw their membership to a group. When
the role comes from a membership to a group this will be indicated into
the role column.
* ``Groups`` tab displaying all groups where the user is a membership to.