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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 10 12:12:48 CET 2011


Author: luke
Date: Thu Mar 10 12:12:48 2011
New Revision: 44104

URL: http://svn.erp5.org?rev=44104&view=rev
Log:
 - software_type is not enough to find exact software instance, as many
   of same software_type can be requested, so re-add title search, which
   is passed as partition_reference

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=44104&r1=44103&r2=44104&view=diff
==============================================================================
--- erp5/trunk/products/Vifib/Tool/SlapTool.py [utf8] (original)
+++ erp5/trunk/products/Vifib/Tool/SlapTool.py [utf8] Thu Mar 10 12:12:48 2011
@@ -599,6 +599,7 @@ class SlapTool(BaseTool):
               # SoftwareInstancae.requestSoftwareInstance but in this case it
               # is assumed, that data are correct
               predecessor_related_uid=software_instance_document.getUid(),
+              title=partition_reference,
         )
 
     if requested_software_instance is None:



More information about the Erp5-report mailing list