Fix return value in BaseView class to ensure children are returned correctly

1 parent c970a6cd
......@@ -229,6 +229,7 @@ class BaseView(object):
for k, v in value.items():
if type(v) in (colander.null, colander._null):
value[k] = ""
return children
d = {
"id": field.oid,
"name": field.name,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!