diff doc/customizing.txt @ 3881:e7050411a774

fix documentation per [SF#731171] thanks to Forest Wilkinson
author Justus Pendleton <jpend@users.sourceforge.net>
date Mon, 03 Sep 2007 06:42:03 +0000
parents 6d14a3b4e295
children 91008ec8f9a0
line wrap: on
line diff
--- a/doc/customizing.txt	Sun Sep 02 16:05:36 2007 +0000
+++ b/doc/customizing.txt	Mon Sep 03 06:42:03 2007 +0000
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.219 $
+:Version: $Revision: 1.220 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -4072,12 +4072,14 @@
     <td>
      <span tal:replace="structure python:context.blockers.field(showid=1,
                                   size=20)" />
-     <span tal:replace="structure python:db.issue.classhelp('id,title')" />
+     <span tal:replace="structure python:db.issue.classhelp('id,title',
+                                  property='blockers')" />
      <span tal:condition="context/blockers"
            tal:repeat="blk context/blockers">
       <br>View: <a tal:attributes="href string:issue${blk/id}"
                    tal:content="blk/id"></a>
      </span>
+    </td>
 
    You'll need to fiddle with your item page layout to find an
    appropriate place to put it - I'll leave that fun part up to you.

Roundup Issue Tracker: http://roundup-tracker.org/