File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.68.2.1 $
5+ :Version: $Revision: 1.68.2.2 $
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
@@ -2233,7 +2233,7 @@ Restricting the list of users that are assignable to a task
22332233 <select name="assignedto">
22342234 <option value="-1">- no selection -</option>
22352235 <tal:block tal:repeat="user db/user/list">
2236- <option tal:condition="python:user.hasPermission('Fixer', context.classname )"
2236+ <option tal:condition="python:user.hasPermission('Fixer', context._classname )"
22372237 tal:attributes="value user/id;
22382238 selected python:user.id == context.assignedto"
22392239 tal:content="user/realname"></option>
You can’t perform that action at this time.
0 commit comments