summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-06-07 19:36:48 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-06-07 19:36:48 +0000
commit9102a78baef89bfcd1e6028cb1dbadeb16eb99f9 (patch)
tree4c32a4ff3ef938ac3f74f6ffa6441d75cd7bf2dd
parent93d78771c6c9f7add6cdf070e5ac188a04585a5a (diff)
downloadredmine-9102a78baef89bfcd1e6028cb1dbadeb16eb99f9.tar.gz
redmine-9102a78baef89bfcd1e6028cb1dbadeb16eb99f9.zip
Merged r16626 (#25212).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16633 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 9bb5d6667..14fa080e0 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 => @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) %>: