Commit db4f0d88 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_pdm: UpgradeDecision_getSoftwareRelease was removed

parent 94f882e9
Pipeline #19473 failed with stage
in 0 seconds
......@@ -11,7 +11,7 @@ if not person:
instance_tree = context.UpgradeDecision_getAggregateValue("Instance Tree")
compute_node = context.UpgradeDecision_getAggregateValue("Compute Node")
software_release = context.UpgradeDecision_getSoftwareRelease()
software_release = context.UpgradeDecision_getAggregateValue("Software Release")
software_product_title = software_release.getAggregateTitle(
portal_type="Software Product")
......
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