Commit 5d1577d3 authored by Aurel's avatar Aurel

typo in security definition


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23203 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32cd12a8
...@@ -149,7 +149,7 @@ class IdTool(BaseTool): ...@@ -149,7 +149,7 @@ class IdTool(BaseTool):
return self.dict_length_ids.items() return self.dict_length_ids.items()
security.declareProtected(Permissions.AccessContentsInformation, security.declareProtected(Permissions.AccessContentsInformation,
'getLastGeneratedId') 'getLastLengthGeneratedId')
def getLastLengthGeneratedId(self,id_group=None,default=None): def getLastLengthGeneratedId(self,id_group=None,default=None):
""" """
Get the last length id generated Get the last length id generated
......
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