Commit 4557b2fa authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fixup catalog call

parent b721dfa0
......@@ -34,7 +34,7 @@ if portal_type in ["Instance Tree", "Compute Node"]:
for ticket in portal.portal_catalog(
portal_type="Upgrade Decision",
simulation_state="confirmed",
child_aggregate_relative_url=context.getUid(),
child_aggregate_relative_url=context.getRelativeUrl(),
limit=1):
entry = addAttentionForTicket(ticket)
if entry is not 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