Feature #7996
closedBulk edit and context menu for time entries
100%
Description
The bulk edit and right-click context menu for issues is wonderful. Time entries could benefit from a similar type of functionality. I am going to look at implementing this.
Files
Related issues
Updated by Adam Soltys over 13 years ago
- % Done changed from 0 to 40
Making progress here: https://github.com/asoltys/redmine/tree/bulk_time_entry_edit
Updated by Adam Soltys over 13 years ago
- File bulk_time_entry_edit.diff bulk_time_entry_edit.diff added
- % Done changed from 40 to 100
I think I've finished implementing this feature. You can now go into the time log detail view of a project and select one or multiple time entries by ctrl- or shift-clicking them. Right clicking brings up a context menu that you can use to immediately change the activity field for all selected entries, bring up a bulk edit form for all of them, or delete them all.
The patch applies to r5246 and I've included some tests. Please review and let me know if it's ok. I'll send a pull request to Toshi on Github as well.
Updated by Adam Soltys over 13 years ago
Created pull request: https://github.com/marutosi/redmine/pull/3
Updated by Hans Bangkok over 13 years ago
Sounds great Adam, I'll definitely check it out when it hits a release!
Updated by Adam Soltys over 13 years ago
- File time_entries_bulk_edit_form.png time_entries_bulk_edit_form.png added
- File time_entry_context_menu.png time_entry_context_menu.png added
Adding screenshots
Updated by Toshi MARUYAMA over 13 years ago
- Status changed from New to Closed
- Resolution set to Fixed
I finished committing in r5317.
Thanks.
Updated by Adam Soltys over 13 years ago
Thanks for looking at this and committing it Toshi!