Skip to content

Commit b6d956c

Browse files
author
Justus Pendleton
committed
fix documentation per [SF#731171] thanks to Forest Wilkinson
1 parent e8fcc8a commit b6d956c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/customizing.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Customising 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.

0 commit comments

Comments
 (0)