Actions
Improvement #3453
openAdd new angle icon to nested elements
Start date:
06/27/2025
Due date:
% Done:
50%
Estimated time:
Compatible Redmine Version:
6.0.z
Pull Request Link:
Requires Documentation?:
No
Description
The old angle is still integrated in project and issue lists:
Files
Updated by liaham 3 months ago
This is an error in RM: see https://www.redmine.org/issues/42907. We need to keep the old icon until it is fixed in RM.
Updated by liaham 3 months ago · Edited
All existing tests are successful. - skipping SCM and LDAP tests.
Some new tests are required:
-
app/helpers/application_helper.rb
:link_to_project
with and without Struct -
app/helpers/projects_queries_helper.rb
:column_value_with_subitem_icon
with and without Struct -
app/helpers/queries_helper.rb
:column_content_with_subitem_icon
andcolumn_content
with and without Struct
Actions
#8
Updated by liaham 3 months ago
- File clipboard-202506301652-durwf.png clipboard-202506301652-durwf.png added
- File clipboard-202506301653-ppag5.png clipboard-202506301653-ppag5.png added
- Status changed from In Progress to Feedback
- % Done changed from 30 to 50
Issue and projects lists with sub items are using an svg image of tabler different to other chevron icons in Redmine. Moreover, the svg image cannot be styled.
In order to ensure a consistent user experience I added a patch implementing the chevron icon as sprite icon:
The example shows sub projects. Changes will also affect sub issues.
Before:
After:
Updated by liaham 3 months ago
Added on redmine.org: https://www.redmine.org/issues/42938.
Updated by liaham about 2 months ago
- Target version changed from 6.0.0 to upstream
Updated by liaham about 2 months ago
- Tracker changed from Pull Request to Improvement
- Pull Request Link set to n/a
- Requires Documentation? set to No
Actions