summaryrefslogtreecommitdiffstats
path: root/test/integration/routing/timelog_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-09-14 03:40:37 +0000
committerGo MAEDA <maeda@farend.jp>2018-09-14 03:40:37 +0000
commit156b8e2ee638428cfa1387d783237a82c573f9cd (patch)
treeec943afeb8236b06a695624befaaa3883b9774a0 /test/integration/routing/timelog_test.rb
parentf288ccb9871fc4d5271b3d5c40a68f487c5b4ae5 (diff)
downloadredmine-156b8e2ee638428cfa1387d783237a82c573f9cd.tar.gz
redmine-156b8e2ee638428cfa1387d783237a82c573f9cd.zip
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
Diffstat (limited to 'test/integration/routing/timelog_test.rb')
-rw-r--r--test/integration/routing/timelog_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/routing/timelog_test.rb b/test/integration/routing/timelog_test.rb
index fd20dd5b6..0f7f8e4da 100644
--- a/test/integration/routing/timelog_test.rb
+++ b/test/integration/routing/timelog_test.rb
@@ -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