summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-21 17:04:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-21 17:04:57 +0000
commit6e7e2ef59b594e3d76305ddb986ce17d63ac1a66 (patch)
treeca6dc5c0d63eb59be894c4193d81b56e3e3e4983 /app
parent8160f2addb05c662c5a9f20d7dfdf66e0e41534b (diff)
downloadredmine-6e7e2ef59b594e3d76305ddb986ce17d63ac1a66.tar.gz
redmine-6e7e2ef59b594e3d76305ddb986ce17d63ac1a66.zip
Wrong filter value for assigned issues (#3398).
git-svn-id: http://svn.redmine.org/redmine/trunk@14721 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/users/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index a4d0c4b5b..9bb5d6667 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -26,7 +26,7 @@
<h3><%=l(:label_issue_plural)%></h3>
<ul>
<li><%= link_to l(:label_assigned_issues),
- issues_path(:set_filter => 1, :assigned_to_id => 'me', :sort => 'priority:desc,updated_on:desc') %>:
+ issues_path(:set_filter => 1, :assigned_to_id => @user.id, :sort => 'priority:desc,updated_on:desc') %>:
<%= Issue.visible.open.assigned_to(@user).count %>
<li><%= link_to l(:label_reported_issues),
issues_path(:set_filter => 1, :status_id => '*', :author_id => @user.id) %>: