File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.200 $
5+ :Version: $Revision: 1.201 $
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
@@ -3292,6 +3292,16 @@ be able to give a summary of the total time spent on a particular issue.
32923292 Note that we automatically get the date of the time log entry
32933293 creation through the standard property "creation".
32943294
3295+ You will need to grant "Creation" permission to the users who are
3296+ allowed to add timelog entries. You may do this with:
3297+
3298+ db.security.addPermissionToRole('User', 'Create', 'timelog')
3299+ db.security.addPermissionToRole('User', 'View', 'timelog')
3300+
3301+ If users are also able to *edit* timelog entries, then also include:
3302+
3303+ db.security.addPermissionToRole('User', 'Edit', 'timelog')
3304+
329533052. Link to the new class from your issue class (again, in
32963306 ``schema.py``)::
32973307
You can’t perform that action at this time.
0 commit comments