Update how the myIssue view works.

It's allow to display this view for other members.
In the issue summary, we can now follow make links for each user display in the part "Unresolved: By Assignee".
This commit is contained in:
William MARTIN
2011-10-03 10:00:35 +02:00
parent 13fad756ab
commit 33882d4fa7
7 changed files with 41 additions and 27 deletions

View File

@@ -71,7 +71,7 @@
<tbody>
{foreach $ownerStatistics as $key => $value}
<tr>
<td class="name">{$key}</td>
<td class="name"><a href="{url 'IDF_Views_Issue::myIssues', array($project.shortname, $value[2], 'owner')}">{$key}</a></td>
<td class="count">{$value[0]}</td>
<td class="graph">
<table class='graph'>