Feature #12794
Member groups not listed in project page
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Groups | |||
Target version: | - | |||
Resolution: | Fixed |
Description
When I go to a project page:
http://foo.com/projects/bar
It list the Members with their roles, but it does not list the Groups and their roles. This would be quite useful.
Related issues
History
#1
Updated by Scott Roland over 9 years ago
The listed groups should link to their individual group pages. This would require Bug #12795 (Non-admin users cannot get info about groups).
#2
Updated by Bruno Spyckerelle over 9 years ago
I strongly vote for this feature too !
#3
Updated by Yuuki NARA over 2 years ago
+1
I think this feature is needed.
In Lotus Notes, each DB could have role-based access rights specified by group or user,
and the group name and role were displayed as attributes of the DB.
With this information, the user was able to determine which settings were used to assign each authority,
and requested the necessary changes.
#4
Updated by Yuuki NARA over 2 years ago
- File pj_summary_members.png added
I modified the PJ summary member list display code using the code on the PJ member setting screen.
We can now display the group definition settings during member settings on the PJ summary screen.
There are still some points that are not enough, but we propose one of them.
(I want to express the group definition contents, inheritance from the upper level PJ, etc.)
copy code to
app/views/projects/_members.html.erb
from
app/views/projects/settings/_members.html.erb
#5
Updated by Go MAEDA over 2 years ago
- Related to Feature #33174: Show groups in members box on project overview page added
#6
Updated by Go MAEDA about 2 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Implemented by #33174. In the forthcoming Redmine 4.2, groups also appear in the Members box.