Commit 73bbca8c authored by Łukasz Nowak's avatar Łukasz Nowak

- use new script name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41235 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b37b2c2e
......@@ -233,7 +233,7 @@ class SlapTool(BaseTool):
self._loginAsSuperUser()
computer_dict = xml_marshaller.xml_marshaller.loads(xml)
computer = self._getComputerDocument(computer_dict['reference'])
computer.Computer_loadComputerPartitionsFromDictionnary(computer_dict)
computer.Computer_updateFromDict(computer_dict)
return 'Content properly posted.'
security.declarePublic('useComputerPartition')
......
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