Commit da8f9bfb authored by Romain Courteaud's avatar Romain Courteaud

Remove duplicated method.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43179 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 84c00e15
......@@ -172,13 +172,6 @@ class EmailDocument(TextDocument):
"""
return False
security.declareProtected(Permissions.AccessContentsInformation, 'hasBaseData')
def hasBaseData(self):
"""
"""
return self.hasFile() or self.hasTextContent()
security.declareProtected(Permissions.AccessContentsInformation, 'getContentInformation')
def getContentInformation(self):
"""
......
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