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

use dynamic method instead of accessing the property directly


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2076 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 65fadbfd
...@@ -171,7 +171,7 @@ identify a bank account.""" ...@@ -171,7 +171,7 @@ identify a bank account."""
""" """
The title of a predicate is its operator representations The title of a predicate is its operator representations
""" """
return getattr(self, 'title', self.predicate_operator) return getattr(self, 'title', self.getPredicateOperator())
security.declareProtected( Permissions.AccessContentsInformation, 'getCriterionList' ) security.declareProtected( Permissions.AccessContentsInformation, 'getCriterionList' )
......
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