Commit 5ca3a06c authored by Romain Courteaud's avatar Romain Courteaud

slapos_pdm: store destination on the upgrade decision

parent add2f8f4
......@@ -104,6 +104,7 @@ if len(allocation_cell_list) == 1:
upgrade_decision = portal.upgrade_decision_module.newContent(
portal_type='Upgrade Decision',
title=decision_title,
destination=person_relative_url,
destination_section=person_relative_url,
destination_decision=person_relative_url,
destination_project_value=instance_tree.getFollowUpValue(),
......
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