don't suppress 'hidden' fields
This commit is contained in:
parent
51be7dbcbb
commit
a8565f58c3
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ class SchemaFactory(object):
|
|||
field = interface[fname]
|
||||
if getattr(field, 'suppress', False):
|
||||
continue
|
||||
if getattr(field, 'hidden', False):
|
||||
continue
|
||||
#if getattr(field, 'hidden', False):
|
||||
# continue
|
||||
info = fieldMapping.get(field.__class__)
|
||||
f = createField(field, info)
|
||||
if self.schemaProcessor is not None:
|
||||
|
|
Loading…
Add table
Reference in a new issue