Override TypeInformation method that tries to use view aliases, which we don't...

Override TypeInformation method that tries to use view aliases, which we don't support (approved by jm)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29872 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 003548e0
......@@ -327,6 +327,14 @@ class ERP5TypeInformation(XMLObject,
self.setMethodAliases({})
return 1
# security is declared by superclass
def queryMethodID(self, alias, default=None, context=None):
""" Query method ID by alias.
In ERP5 we don't do aliases.
"""
return default
#
# Agent methods
#
......
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