Commit 1d3bf723 authored by Łukasz Nowak's avatar Łukasz Nowak

- 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
parent 99c71ec5
......@@ -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:
......
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