Commit 30f20ee4 authored by Romain Courteaud's avatar Romain Courteaud

Initialize the connection_helper on each Software Release

parent 748bd663
......@@ -236,6 +236,8 @@ class Computer(SlapDocument):
Raise an INotFoundError if computer_guid doesn't exist.
"""
for software_relase in self._software_release_list:
software_relase._connection_helper = self._connection_helper
return self._software_release_list
@_syncComputerInformation
......
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