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:
parent
de806f3e9e
commit
24a43d9f6d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue