use 'target' object for update, context may be the node...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3608 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
3b08ca8346
commit
9765b90844
1 changed files with 2 additions and 1 deletions
|
@ -651,7 +651,8 @@ class EditConcept(EditObject):
|
|||
|
||||
def update(self):
|
||||
#self.object = self.view.virtualTargetObject
|
||||
self.object = self.view.item.context
|
||||
#self.object = self.view.item.context
|
||||
self.object = self.view.item.target
|
||||
formState = self.updateFields()
|
||||
self.view.formState = formState
|
||||
# TODO: error handling
|
||||
|
|
Loading…
Add table
Reference in a new issue