mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Link to issues assigned to user or his groups (#25212).
Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16626 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
24c2416ffe
commit
2be3acd669
@ -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 => @user.id, :sort => 'priority:desc,updated_on:desc') %>:
|
||||
issues_path(:set_filter => 1, :assigned_to_id => ([@user.id] + @user.group_ids).join("|"), :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