Commit 51a40b34 authored by Romain Courteaud's avatar Romain Courteaud Committed by Łukasz Nowak

Only Software Instance needs access to partition.

parent 8a6d5444
......@@ -72,7 +72,8 @@ portal = obj.getPortalObject()\n
\n
movement = portal.portal_catalog.getResultValue(\n
portal_type=movement_portal_type,\n
aggregate_uid=obj.getUid(),\n
default_aggregate_uid=obj.getUid(),\n
aggregate_portal_type="Software Instance",\n
simulation_state=(\'stopped\',) + portal.getPortalReservedInventoryStateList() + portal.getPortalTransitInventoryStateList(),\n
)\n
\n
......
411
\ No newline at end of file
412
\ 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