summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-10-15 11:17:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-10-15 11:17:33 +0000
commit9e16fcf3f3d4f20f90e4f09f3b93103bc28a8039 (patch)
tree34cea62a2925770ebb0bdc2d908d3e89fedba74b /app/views/timelog
parent41198e55902482f1227ad63e95313e85288259fb (diff)
downloadredmine-9e16fcf3f3d4f20f90e4f09f3b93103bc28a8039.tar.gz
redmine-9e16fcf3f3d4f20f90e4f09f3b93103bc28a8039.zip
Merged r16924 and r16925 (#26520).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16989 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/timelog')
-rw-r--r--app/views/timelog/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/index.html.erb b/app/views/timelog/index.html.erb
index 0932c58ae..f777dac30 100644
--- a/app/views/timelog/index.html.erb
+++ b/app/views/timelog/index.html.erb
@@ -1,6 +1,6 @@
<div class="contextual">
<%= link_to l(:button_log_time),
- _new_time_entry_path(@project, @issue),
+ _new_time_entry_path(@project, @query.filtered_issue_id),
:class => 'icon icon-time-add' if User.current.allowed_to?(:log_time, @project, :global => true) %>
</div>