Vote #80764
完了Show groups in members box on project overview page
0%
説明
The project overview page shows only users, even if the group has been added as a member of the project.
The "Members" tab of the project settings shows both users and groups, so I think the overview page needs to show groups as well as users.
!{width: 70%; border: 1px solid #ccc}ScreenShot-2020-03-19-10.32.49.png!
journals
--------------------------------------------------------------------------------
+1
This ticket is related to #12794.
I have a suggestion.
If more than 100 people are set in the group definition,
Displaying only the group definition name on the overview screen makes it easier to understand.
Many people may be expanded and displayed due to inheritance from the upper-level PJ and expansion of the group definition.
--------------------------------------------------------------------------------
Yuuki NARA wrote:
> I have a suggestion.
>
> If more than 100 people are set in the group definition,
> Displaying only the group definition name on the overview screen makes it easier to understand.
I think it is another feature. Maybe it is better to discuss the additional feature after the patch is accepted. Generally, expanding the scope of an issue makes it difficult to move it forward.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Not to break third-party plugins, I think it is safer to keep @users_by_role@ method and log a deprecation warning like source:tags/3.4.9/app/models/project.rb#L839 than removing the method in Redmine 4.2.0.
--------------------------------------------------------------------------------
Go MAEDA wrote:
> Not to break third-party plugins, I think it is safer to keep @users_by_role@ method and log a deprecation warning like source:tags/3.4.9/app/models/project.rb#L839 than removing the method in Redmine 4.2.0.
Changed Project#members_by_role to give deprecation warning.
--------------------------------------------------------------------------------
Setting the target version to 4.2.0.
--------------------------------------------------------------------------------
Committed the patch. Thank you for improving Redmine.
--------------------------------------------------------------------------------
Is it ok to show the builtin groups ("Anonymous users", "Non members users") and group members ("User misc" is member of A Team)?
!{width:50%; border: 1px solid grey;}.members.png!
--------------------------------------------------------------------------------
Marius BALTEANU wrote:
> Is it ok to show the builtin groups ("Anonymous users", "Non members users") and group members ("User misc" is member of A Team)?
I think it is how it should behave.
* The list is used to see the members of projects, so builtin groups should be displayed as well if they are a member
* Users without special permission have no means to know group members, so I think users added to the project through group should be displayed as well. The members tab in the project setting also shows group members
--------------------------------------------------------------------------------
Go MAEDA wrote:
> I think it is how it should behave.
Thanks!
--------------------------------------------------------------------------------
related_issues
relates,Closed,12794,Member groups not listed in project page