]> source.dussan.org Git - redmine.git/commitdiff
Wrong filter value for assigned issues (#3398).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 21 Oct 2015 17:04:57 +0000 (17:04 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 21 Oct 2015 17:04:57 +0000 (17:04 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14721 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/users/show.html.erb

index a4d0c4b5b093f692fb07de66e120807b4d1d8b85..9bb5d6667611193d293952e7fd881d8a56ba04a8 100644 (file)
@@ -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) %>: