]> git.tokkee.org Git - roundup.git/commitdiff

Code

fix doc bug
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 20 Feb 2003 07:13:40 +0000 (07:13 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 20 Feb 2003 07:13:40 +0000 (07:13 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1535 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/customizing.txt

index b09e5e76bffa90c6bae754c17d5b690ab90d9668..f80e71333e5b46f931ffd9dcbbf8af8473329b66 100644 (file)
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.75 $
+:Version: $Revision: 1.76 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2282,7 +2282,7 @@ Restricting the list of users that are assignable to a task
     <select name="assignedto">
      <option value="-1">- no selection -</option>
      <tal:block tal:repeat="user db/user/list">
-     <option tal:condition="python:user.hasPermission('Fixer', context.classname)"
+     <option tal:condition="python:user.hasPermission('Fixer', context._classname)"
              tal:attributes="value user/id;
                              selected python:user.id == context.assignedto"
              tal:content="user/realname"></option>