From 1d3bf7235f63dd740e7bd77701c9a157df551891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 10 Mar 2011 11:12:48 +0000 Subject: [PATCH] - 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 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44104 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/Vifib/Tool/SlapTool.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/Vifib/Tool/SlapTool.py b/product/Vifib/Tool/SlapTool.py index 03556c4a73..a29d69062d 100644 --- a/product/Vifib/Tool/SlapTool.py +++ b/product/Vifib/Tool/SlapTool.py @@ -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: -- 2.30.9