[Erp5-report] r41235 luke - /erp5/trunk/products/Vifib/Tool/SlapTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 8 18:15:27 CET 2010


Author: luke
Date: Wed Dec  8 18:15:26 2010
New Revision: 41235

URL: http://svn.erp5.org?rev=41235&view=rev
Log:
 - use new script name

Modified:
    erp5/trunk/products/Vifib/Tool/SlapTool.py

Modified: erp5/trunk/products/Vifib/Tool/SlapTool.py
URL: http://svn.erp5.org/erp5/trunk/products/Vifib/Tool/SlapTool.py?rev=41235&r1=41234&r2=41235&view=diff
==============================================================================
--- erp5/trunk/products/Vifib/Tool/SlapTool.py [utf8] (original)
+++ erp5/trunk/products/Vifib/Tool/SlapTool.py [utf8] Wed Dec  8 18:15:26 2010
@@ -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')



More information about the Erp5-report mailing list