diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-20 09:02:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-20 09:02:07 +0000 |
commit | ac456fafc8c0f4f3fb28ca6ea23301ba3da88da7 (patch) | |
tree | f977d816c54c18455c287e74c362a596ee7d3529 /app/controllers | |
parent | d6a06cbf775fe9e3e0d39eb94d3bc7bc877318c4 (diff) | |
download | redmine-ac456fafc8c0f4f3fb28ca6ea23301ba3da88da7.tar.gz redmine-ac456fafc8c0f4f3fb28ca6ea23301ba3da88da7.zip |
Merged r16056 (#14817).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16097 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/timelog_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/timelog_controller.rb b/app/controllers/timelog_controller.rb index acb106d3b..908e7ebac 100644 --- a/app/controllers/timelog_controller.rb +++ b/app/controllers/timelog_controller.rb @@ -208,7 +208,7 @@ class TimelogController < ApplicationController else flash[:error] = l(:notice_unable_delete_time_entry) end - redirect_back_or_default project_time_entries_path(@projects.first) + redirect_back_or_default project_time_entries_path(@projects.first), :referer => true } format.api { if destroyed |