Commit fc9a817b authored by Jean-Paul Smets's avatar Jean-Paul Smets

added comments


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@49 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7c8ffe44
......@@ -104,6 +104,8 @@ try:
v.update(gv)
o.edit(**v)
o.flushActivity(invoke = 1) # This is required if we wish to provide immediate display
# However it seems it reindexed many many times... XXX
# Maybe we should build a list of objects we need
# Update basic attributes
context.edit(REQUEST=request,**kw)
except FormValidationError, validation_errors:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment