Commit 22efd172 authored by Sebastien Robin's avatar Sebastien Robin

added security declaration for Folder


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2921 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 042d4dd6
......@@ -671,6 +671,8 @@ be a problem)."""
result = "%s OR %s" % (result, o.getParentSqlExpression(table=table, strict_membership=strict_membership))
return "( %s )" % result
security.declareProtected( Permissions.ModifyPortalContent, 'setTitle' )
def mergeContent(self,from_object=None,to_object=None, delete=1,**kw):
"""
This method will merge two objects.
......
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