File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.201 $
5+ :Version: $Revision: 1.202 $
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
@@ -3293,12 +3293,12 @@ be able to give a summary of the total time spent on a particular issue.
32933293 creation through the standard property "creation".
32943294
32953295 You will need to grant "Creation" permission to the users who are
3296- allowed to add timelog entries. You may do this with:
3296+ allowed to add timelog entries. You may do this with::
32973297
32983298 db.security.addPermissionToRole('User', 'Create', 'timelog')
32993299 db.security.addPermissionToRole('User', 'View', 'timelog')
33003300
3301- If users are also able to *edit* timelog entries, then also include:
3301+ If users are also able to *edit* timelog entries, then also include::
33023302
33033303 db.security.addPermissionToRole('User', 'Edit', 'timelog')
33043304
You can’t perform that action at this time.
0 commit comments