mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
Wrong filter value for assigned issues (#3398).
git-svn-id: http://svn.redmine.org/redmine/trunk@14721 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8160f2addb
commit
6e7e2ef59b
@ -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) %>:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user