Commit 5976b84d authored by Jean-Paul Smets's avatar Jean-Paul Smets

renamed getObject to getResultValue cause of conflict

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13214 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 541ca1eb
......@@ -524,8 +524,8 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject):
# We use a string for permissions here due to circular reference in import
# from ERP5Type.Permissions
security.declareProtected('Search ZCatalog', 'getObject')
def getObject(self, query=None, **kw):
security.declareProtected('Search ZCatalog', 'getResultValue')
def getResultValue(self, query=None, **kw):
"""
A method to factor common code used to search a single
object in the database.
......
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