suppress additional fields for documents until functionality is fully developed
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1245 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
4be6866608
commit
f6f863eeb6
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ renderingFactories = {
|
||||||
|
|
||||||
|
|
||||||
class DocumentEditForm(EditForm):
|
class DocumentEditForm(EditForm):
|
||||||
form_fields = FormFields(IDocument, IFileSystemResource, IControlledResource
|
#form_fields = FormFields(IDocument, IFileSystemResource, IControlledResource)
|
||||||
)
|
form_fields = FormFields(IDocument)
|
||||||
for f in form_fields:
|
for f in form_fields:
|
||||||
f.render_context |= DISPLAY_UNWRITEABLE
|
f.render_context |= DISPLAY_UNWRITEABLE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue