Defect #28208
Anonymous icon is wrongly displayed when assignee is a group
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 3.3.7 | |||
Resolution: | Fixed | Affected version: | 3.3.6 |
Description
When the assignee of an issue is a group, an icon for an anonymous user is wrongly displayed. This behavior misleads as if the assignee is an anonymous user.
I think there are two solutions:
1. Display an icon representing groups.
2. Don't display any icon (same behavior with Redmine 3.4.3 and earlier)
Related issues
Associated revisions
Anonymous icon is wrongly displayed when assignee is a group (#28208).
Patch by Go MAEDA.
History
#1
Updated by Go MAEDA over 4 years ago
- Category set to UI
- Affected version set to 3.3.6
#2
Updated by Go MAEDA over 4 years ago
- Related to Defect #26699: Anonymous user should have their icon added
#3
Updated by Go MAEDA over 4 years ago
- Related to Defect #28204: Too large avatar breaks gantt when assignee is a group added
#4
Updated by Go MAEDA over 4 years ago
- File 28208.diff
added
Here is a patch to fix this issue with the second solution (no icon for groups, the same behavior with 3.3.5 and 3.4.3).
#5
Updated by Mischa The Evil over 4 years ago
- Target version set to 3.3.7
Go MAEDA wrote:
Here is a patch to fix this issue with the second solution (no icon for groups, the same behavior with 3.3.5 and 3.4.3).
Looks good to me. Groups icon is something that could be done later if there is actually demand for such.
#6
Updated by Jean-Philippe Lang over 4 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.