Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 26 Mar 2003 20:56:04 +0000 (20:56 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 26 Mar 2003 20:56:04 +0000 (20:56 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1640 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/customizing.txt

index 3298e0104941d4efc85f43bed41595440a1329e5..c996feee222de20938510ca51a46ca8d8c003c47 100644 (file)
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.80 $
+:Version: $Revision: 1.81 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -3017,7 +3017,7 @@ is resolved. To achieve this:
    modify it to add the "blockers" info to the URL (note, both the
    ":filter" *and* "blockers" values must be specified)::
 
-     <a href="issue?:sort=-activity&:group=priority&:filter=status,blockers@blockers=-1&:columns=id,activity,title,creator,assignedto,status&status=-1,1,2,3,4,5,6,7">Show All</a><br>
+     <a href="issue?:sort=-activity&:group=priority&:filter=status,blockers&blockers=-1&:columns=id,activity,title,creator,assignedto,status&status=-1,1,2,3,4,5,6,7">Show All</a><br>
 
 That's it. You should now be able to se blockers on your issues. Note that
 if you want to know whether an issue has any other issues dependent on it