More Buefy tweaks, for file upload, and "edit batch" generally
This commit is contained in:
parent
7224be9de2
commit
3f6d5daa1e
3 changed files with 14 additions and 73 deletions
|
@ -766,10 +766,6 @@ class Form(object):
|
|||
model value for the given field. This JS will be written as part of
|
||||
the overall response, to be interpreted on the client side.
|
||||
"""
|
||||
if isinstance(field.schema.typ, colander.Date):
|
||||
# TODO: don't recall why "always null" here?
|
||||
return 'null'
|
||||
|
||||
if isinstance(field.schema.typ, deform.FileData):
|
||||
# TODO: don't recall why "always null" here?
|
||||
return 'null'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue