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:
helmutm 2009-03-15 18:20:32 +00:00
parent 77950fbf0f
commit e1c7de8dd9

View file

@ -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')