Commit 9926c631 authored by Sebastien Robin's avatar Sebastien Robin

getLogicalPath might receive item_method parameter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44238 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c3981772
......@@ -1634,7 +1634,7 @@ class Base( CopyContainer,
return uid
security.declareProtected(Permissions.AccessContentsInformation, 'getLogicalPath')
def getLogicalPath(self, REQUEST=None) :
def getLogicalPath(self, REQUEST=None, **kw) :
"""
Returns the absolute path of an object, using titles when available
"""
......
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