Commit 5d1fdb08 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo in declarePrivate() argument.

parent b9681c3a
......@@ -602,7 +602,7 @@ class ERP5TypeInformation(XMLObject,
__traceback_info__ = self.getId(), target
return ob.restrictedTraverse(target)
security.declarePrivate('getCachedActionList')
security.declarePrivate('getCacheableActionList')
def getCacheableActionList(self):
"""Return a cacheable list of enabled actions"""
return [action.getCacheableAction()
......
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