Commit 802ecdcf authored by Jim Fulton's avatar Jim Fulton

Fixed a bug in fetching the folderish flag.

parent 990b59c0
......@@ -112,7 +112,8 @@ class SubobjectsSheet(OFS.PropertySheets.PropertySheet,
manage_tabs_message='Changes were applied'
)
def isFolderish(self): return self.getClassAttr('isPrincipiaFolderish', 0)
def isFolderish(self):
return self.getClassAttr('isPrincipiaFolderish', 0, 1)
class ZObjectManagerPropertySheets(OFS.PropertySheets.PropertySheets):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment