Merge branch 'bbmaster' of ssh://git.cy55.de/home/git/loops into bbmaster
This commit is contained in:
commit
23f922cbdb
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class ChangeState(ChangeStateBase, EditObject):
|
||||||
def update(self):
|
def update(self):
|
||||||
formData = self.request.form
|
formData = self.request.form
|
||||||
# store data in context (unless field.nostore)
|
# store data in context (unless field.nostore)
|
||||||
self.object = self.context
|
self.object = self.target
|
||||||
formState = self.instance.applyTemplate(data=formData)
|
formState = self.instance.applyTemplate(data=formData)
|
||||||
# TODO: check formState
|
# TODO: check formState
|
||||||
# track all fields
|
# track all fields
|
||||||
|
|
Loading…
Add table
Reference in a new issue