Feature #3800
closedEditing time entries should show the person involved
0%
Description
I'm currently running the trunk version of 30/8 and I'm working on an evaluation of a project based on the time-tracking features of Redmine. Now I'm cleaning up the activity settings of all the time entries and i noticed that the user involved is not show on the edit form. this is a pain because I've opened all wrongly assigned time entries in a tab, and now I'm not sure who did what and what the correct activity should be. The user is an essential part of the context needed when editing a time entry.
Files
Related issues
Updated by Go MAEDA almost 5 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Implemented in Redmine 4.1.0 (#3848).
Updated by Go MAEDA almost 5 years ago
- Is duplicate of Feature #3848: Permission to log time for another user added
Updated by Marius BĂLTEANU almost 5 years ago
- Is duplicate of deleted (Feature #3848: Permission to log time for another user)
Updated by Marius BĂLTEANU almost 5 years ago
- Related to Feature #3848: Permission to log time for another user added
Updated by Marius BĂLTEANU almost 5 years ago
- File Screenshot 2020-03-08 at 23.07.39.png Screenshot 2020-03-08 at 23.07.39.png added
- Status changed from Closed to Reopened
- Assignee set to Marius BĂLTEANU
- Target version set to Candidate for next major release
- Resolution deleted (
Duplicate)
It's implemented only for users with permission to log time for other users. I think we can add an read only field also for users without permissions.
Updated by Go MAEDA almost 5 years ago
Marius BALTEANU wrote:
I think we can add an read only field also for users without permissions.
+1
Updated by Marius BĂLTEANU almost 5 years ago
- File time_entry_user.png time_entry_user.png added
We can show the user as link/string instead of a read only field, it's ok?
Updated by Marius BĂLTEANU almost 5 years ago
- Subject changed from Edititng time entries should show the person involved to Editing time entries should show the person involved
Updated by Marius BĂLTEANU almost 5 years ago
- File 0001-Show-time-entry-user-info-in-edit-page-also-for-user.patch 0001-Show-time-entry-user-info-in-edit-page-also-for-user.patch added
- Assignee deleted (
Marius BĂLTEANU) - Target version changed from Candidate for next major release to 4.1.1
Updated by Kevin Fischer almost 5 years ago
- File 0002-show-user-name-in-time-entry-batch-edit.patch 0002-show-user-name-in-time-entry-batch-edit.patch added
Patch looks good to me!
By the way: When I looked at the current behaviour I was thinking:
Wouldn't it be convenient if the User of each time entry was also displayed in the link text of each time entry on the top? It would address the same problem as in the original post...
I added a potential patch for that...
Updated by Jean-Philippe Lang almost 5 years ago
- Status changed from Reopened to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Both patches committed, thanks.
Just a slight change to Kevin's patch to prevent calling #name on nil.
Updated by Marius BĂLTEANU almost 5 years ago
Test fails:
Failure: TimelogControllerTest#test_get_bulk_edit [/builds/redmine-org/redmine/test/functional/timelog_controller_test.rb:712]: <03/23/2007 - eCookbook: 4.25 hours> expected but was <03/23/2007 - eCookbook: 4.25 hours (John Smith)>.. Expected 0 to be >= 1. bin/rails test test/functional/timelog_controller_test.rb:706