Commit 1d73f703 authored by Alexandre Boeglin's avatar Alexandre Boeglin

As the PropertySheet was cleaned, we now simply use the default accessor to get the title.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2212 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 24664209
......@@ -166,14 +166,6 @@ identify a bank account."""
"""
pass
security.declareProtected( Permissions.View, 'getTitle' )
def getTitle(self):
"""
The title of a predicate is its operator representations
"""
return getattr(self, 'title', self.getPredicateOperator())
security.declareProtected( Permissions.AccessContentsInformation, 'getCriterionList' )
def getCriterionList(self, **kw):
"""
......
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