save point
This commit is contained in:
parent
b1e6b12b71
commit
09053698a1
10 changed files with 64 additions and 26 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue