Commit 6a05000c authored by Rafael Monnerat's avatar Rafael Monnerat

Search for Slave Instance also.

Threat Slave Instance as same as Software Instance in this case.
parent 5123566f
......@@ -54,7 +54,7 @@
while (predecessor_software_instance is not None):\n
root_software_instance = predecessor_software_instance\n
predecessor_software_instance = predecessor_software_instance.getPredecessorRelatedValue(\n
portal_type="Software Instance")\n
portal_type=["Software Instance", "Slave Instance"])\n
return root_software_instance.getUid()\n
</string> </value>
</item>
......
255
\ No newline at end of file
256
\ No newline at end of file
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