Commit 581b4703 authored by Antoine Catton's avatar Antoine Catton

Bugfix on predecessor list updating.

parent a1c5083a
......@@ -71,8 +71,8 @@ hosting_subscription_predecessor_list.append(\n
parent_predecessor_list.pop(parent_predecessor_list.index(software_instance))\n
)\n
\n
hosting_subscription.edit(predecessor_list=hosting_subscription_predecessor_list)\n
parent.edit(predecessor_list=parent_predecessor_list)\n
hosting_subscription.setPredecessorValueList(hosting_subscription_predecessor_list)\n
parent.setPredecessorValueList(parent_predecessor_list)\n
</string> </value>
</item>
<item>
......
339
\ No newline at end of file
340
\ 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