Commit a184504d authored by Romain Courteaud's avatar Romain Courteaud Committed by Cédric de Saint Martin

Provide more information to Computer owner.

parent fd51e6db
......@@ -188,7 +188,7 @@ class SlapTool(BaseTool):
parent_uid = self._getComputerUidByReference(computer_id)
slap_computer._computer_partition_list = []
if user_type == 'Computer':
if user_type in ('Computer', 'Person'):
slap_computer._software_release_list = \
self._getSoftwareReleaseValueListForComputer(computer_id, full=True)
else:
......
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