Code

oops
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 18 Sep 2003 23:42:51 +0000 (23:42 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 18 Sep 2003 23:42:51 +0000 (23:42 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1884 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/customizing.txt

index ee861d306d6336cc8bcc73d5f2bedc859c969570..2662f62945040cf7be84d72c932336095b420b27 100644 (file)
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.99 $
+:Version: $Revision: 1.100 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -3530,7 +3530,7 @@ Resolving the issue::
 "Take" the issue::
 
   <a tal:attributes="href
-     string:issue${i/id}?:assignedto=${user/id}&:action=edit">take</a>
+     string:issue${i/id}?:assignedto=${request/user/id}&:action=edit">take</a>
 
 ... and so on