revert commenting out 'Lazy' decorator
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3281 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
77950fbf0f
commit
e1c7de8dd9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class ObjectForm(NodeView):
|
|||
def fields(self):
|
||||
return [f for f in self.schema.fields if not f.readonly]
|
||||
|
||||
#@Lazy
|
||||
@Lazy
|
||||
def data(self):
|
||||
instance = self.instance
|
||||
data = instance.applyTemplate(mode='edit')
|
||||
|
|
Loading…
Add table
Reference in a new issue