Actions
Defect #44127
closedReplace legacy group avatar icon with SVG
Resolution:
Fixed
Affected version:
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 23 days 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
Actions

