File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.219 $
5+ :Version: $Revision: 1.220 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -4072,12 +4072,14 @@ resolved. To achieve this:
40724072 <td>
40734073 <span tal:replace="structure python:context.blockers.field(showid=1,
40744074 size=20)" />
4075- <span tal:replace="structure python:db.issue.classhelp('id,title')" />
4075+ <span tal:replace="structure python:db.issue.classhelp('id,title',
4076+ property='blockers')" />
40764077 <span tal:condition="context/blockers"
40774078 tal:repeat="blk context/blockers">
40784079 <br>View: <a tal:attributes="href string:issue${blk/id}"
40794080 tal:content="blk/id"></a>
40804081 </span>
4082+ </td>
40814083
40824084 You'll need to fiddle with your item page layout to find an
40834085 appropriate place to put it - I'll leave that fun part up to you.
You can’t perform that action at this time.
0 commit comments