Commit 21c3e474 authored by Romain Courteaud's avatar Romain Courteaud

Fix security declaration.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41453 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b133866d
......@@ -121,7 +121,7 @@ class SlapTool(BaseTool):
# Public POST methods
####################################################
security.declareProtected(Permissions.AccessContentsInformation, 'setComputerPartitionParameterDict')
security.declareProtected(Permissions.AccessContentsInformation, 'setComputerPartitionConnectionXml')
def setComputerPartitionConnectionXml(self, computer_id,
computer_partition_id,
connection_xml):
......
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