save point

This commit is contained in:
Lance Edgar 2012-04-10 12:05:28 -05:00
parent b1e6b12b71
commit 09053698a1
10 changed files with 64 additions and 26 deletions

View file

@ -105,7 +105,6 @@ def crud(request, cls, fieldset_factory, home=None, delete=None, post_sync=None,
# return HTTPFound(location=self.request.route_url(objects, action='index'))
if not fs.readonly and request.POST:
# print self.request.POST
fs.rebind(data=request.params)
if fs.validate():
with transaction.manager: