mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 22:36:02 +01:00
Allow project bulk edit of time entries (#26534).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17482 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -55,6 +55,7 @@ class RoutingTimelogsTest < Redmine::RoutingTest
|
||||
|
||||
def test_timelogs_bulk_edit
|
||||
should_route 'GET /time_entries/bulk_edit' => 'timelog#bulk_edit'
|
||||
should_route 'POST /time_entries/bulk_edit' => 'timelog#bulk_edit'
|
||||
should_route 'POST /time_entries/bulk_update' => 'timelog#bulk_update'
|
||||
should_route 'DELETE /time_entries/destroy' => 'timelog#destroy'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user