Author: rjollos
Date: Mon Oct 28 00:53:49 2013
New Revision: 1536232
URL: http://svn.apache.org/r1536232
Log:
0.8dev: Relations widget: add ticket `type`, `status` and `resolution` (if
closed) to the ticket summary. Refs #690.
Modified:
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
Modified:
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html?rev=1536232&r1=1536231&r2=1536232&view=diff
==============================================================================
---
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
(original)
+++
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
Mon Oct 28 00:53:49 2013
@@ -40,7 +40,9 @@
<span
class="visible-phone">${item['destticket'].env.product.prefix}</span>
</a>
</td>
- <td><a href="${item['desthref']}">#${item['destticket'].id}</a> -
${item['destticket'].summary}</td>
+ <td><a href="${item['desthref']}">
+ ${shortname_of(item['destticket'].resource) + ' - ' +
summary_of(item['destticket'].resource)}
+ </a></td>
<td>$item.comment</td>
<td>$item.author</td>
<td class="hidden-phone">${pretty_dateinfo(item.when)}</td>