Commit 8f02a499 by Solo Group

-vsi pln pre

1 parent 4f897bb5
...@@ -81,7 +81,7 @@ class EditSchema(AddSchema): ...@@ -81,7 +81,7 @@ class EditSchema(AddSchema):
id = colander.SchemaNode( id = colander.SchemaNode(
colander.Integer(), title='ID', colander.Integer(), title='ID',
missing=colander.drop, missing=colander.drop,
oid="id", widget=widget.HiddenWidget()) oid="id")
def form_validator(form, value): def form_validator(form, value):
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!