id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
8304,[Patch] Makes Ticket titels clickable_ i.e. links to ticket,fecht,CuriousCurmudgeon,First of all thanks for this great plugin_ just a very simple patch to make it a bit more user friendly (at least for me)_ i.e. allow users to just click on a ticket title to see what this ticket is about or start working on it right away.\r\n\r\nHere is the "patch" - it's so simple it should work with either 0.11 or 0.12 (only tried it with 0.11 though...)\r\n{{{\r\nIndex: whiteboard/templates/whiteboard.html\r\n===================================================================\r\n--- whiteboard/templates/whiteboard.html	(revision 9673)\r\n+++ whiteboard/templates/whiteboard.html	(working copy)\r\n@@ -26_7 +26_7 @@\r\n                     <py:with vars="ticket_context = context('ticket'_ result.id)">\r\n                       <py:if test="'TICKET_VIEW' in perm(ticket_context.resource)">\r\n                         <li id="board_ticket_${result['id']}" class="board_ticket prio${result.priority_value}">\r\n-                            <h3>#${result['id']}: ${result['summary']}</h3>\r\n+                            <h3><a href="ticket/${result['id']}">#${result['id']}: ${result['summary']}</a></h3>\r\n                             <dl>\r\n                               <py:for each="idx_ header in enumerate(headers)">\r\n                                 <py:if test="header.name not in ('id'_ 'summary'_ groupname)">\r\n}}}\r\n\r\nI have also attached it as svn diff,defect,closed,low,WhiteboardPlugin,trivial,fixed,,,0.11
