Actions
Patch #27240
closedRender the activities block on the UsersController#show view grouped, with event_type icon and with the 'me' indication
Description
The activities block on the
UsersController#show
view is currently missing three things:
- the grouping as introduced via #12542 for the general activities view(s);
- the event_type icon, as it is used for the general activities view(s);
- the indication of events that were authored by 'me', as it is used for the general activities view(s).
The attached patch fixes these inconsistencies and makes the rendering of the activities block on the UsersController#show
view the same as it is for the general activities view(s). See the following screenshots:
Screenshots: | |
Before: | |
After: |
The patch, against source:/trunk@16967, is produced using git format-patch
which makes it apply-able using "patch -p1 < 0001-...
".
Environment:
Environment: Redmine version 3.4.2.devel@r16967 Ruby version 2.3.3-p222 (2016-11-21) [x86_64-linux] Rails version 5.1.2 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Git 1.9.1 Filesystem Redmine plugins: no plugin installed
Files
Related issues
Updated by Go MAEDA about 7 years ago
- Target version set to 4.1.0
It looks good. I am setting target version to 4.1.0.
Thank you for the patch.
Updated by Mischa The Evil about 7 years ago
- Related to Feature #12542: Group events in the activity view added
Updated by Go MAEDA almost 7 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
Committed. Thank you for fixing the inconsistencies.
Actions