mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 23:36:01 +01:00
Issue subject is not updated when you select another issue on time entry form (#24041).
git-svn-id: http://svn.redmine.org/redmine/trunk@15951 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -27,7 +27,8 @@ class RoutingTimelogsTest < Redmine::RoutingTest
|
||||
should_route 'POST /time_entries' => 'timelog#create'
|
||||
|
||||
should_route 'GET /time_entries/22/edit' => 'timelog#edit', :id => '22'
|
||||
should_route 'PUT /time_entries/22' => 'timelog#update', :id => '22'
|
||||
should_route 'PATCH /time_entries/22/edit' => 'timelog#edit', :id => '22'
|
||||
should_route 'PATCH /time_entries/22' => 'timelog#update', :id => '22'
|
||||
should_route 'DELETE /time_entries/22' => 'timelog#destroy', :id => '22'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user