work in progress: new work item lifecycle
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3137 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
e3a8493d31
commit
78d28056cf
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class CreateWorkItem(EditObject, BaseTrackView):
|
|||
if not action:
|
||||
return True
|
||||
wi = workItems.add(util.getUidForObject(self.object), self.personId)
|
||||
wi.doAction(action, **data)
|
||||
wi.doAction(action, self.personId, **data)
|
||||
url = self.view.virtualTargetUrl + '?version=this'
|
||||
self.request.response.redirect(url)
|
||||
return False
|
||||
|
|
Loading…
Add table
Reference in a new issue