allow editing/creation of work items by others (creator, admin), take party/userName from previous work item instead of current user

This commit is contained in:
Helmut Merz 2011-08-12 08:51:05 +02:00
parent de806f3e9e
commit 24a43d9f6d

View file

@ -136,7 +136,7 @@ As the work is now finished, the work item may be closed; the corresponding
>>> wi06 = wi05.doAction('close', 'john')
>>> wi06
<WorkItem ['001', 1, 'john', '... ...', 'closed']:
<WorkItem ['001', 1, 'jim', '... ...', 'closed']:
{'start': ..., 'created': ..., 'end': ..., 'creator': 'john'}>
Let's now check how many work items have been generated.