Commit eca68ea6 authored by Łukasz Nowak's avatar Łukasz Nowak

Setup required value on instances.

parent 6a302e3a
......@@ -149,7 +149,8 @@ def SlapDocument_migrateSlapState(self):
else:
hosting_subscription = explanation_delivery_line.getAggregateValue(portal_type='Hosting Subscription')
slap_document.edit(
specialise_value=hosting_subscription
specialise_value=hosting_subscription,
root_software_release_url=explanation_delivery_line.getAggregateValue(portal_type='Software Release').getUrlString()
)
assert(slap_document.getSpecialise() == hosting_subscription.getRelativeUrl())
......
107
\ No newline at end of file
108
\ 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