Defect #44127
closedReplace legacy group avatar icon with SVG
Description
With the SVG icon migration, the icons that indicate groups on pages such as the home page have been replaced with SVGs from Tabler Icons.
However, the icon image used when a group is assigned as an assignee is still the legacy image.
| Expected | Actual |
|---|---|
![]() |
![]() |
Files
Updated by Mizuki ISHIKAWA about 2 months ago
- File 0001-Replace-group-avatar-icon-with-SVG.patch 0001-Replace-group-avatar-icon-with-SVG.patch added
This patch replaces the legacy group assignee icon with an SVG icon to make the appearance consistent.
Since it was difficult to switch the assignee icon rendered with image_tag only when the assignee is a group, this patch adds group.svg to the repository and uses it from image_tag. There are already similar cases where standalone SVG files, such as search.svg, are stored in the repository: https://www.redmine.org/projects/redmine/repository/svn/revisions/23369/diff
Updated by Go MAEDA about 2 months ago
- Target version set to 6.1.3
Setting the target version to 6.1.3.
Updated by Go MAEDA about 1 month ago
- Subject changed from Replace group avatar icon with SVG to Replace legacy group avatar icon with SVG
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r24712. Thank you.
Updated by Go MAEDA about 1 month ago
- Status changed from Resolved to Closed
Merged the fix into 6.1-stable branch in r24716.

