Commit 0983d593 authored by Łukasz Nowak's avatar Łukasz Nowak

- add some comments about arguable code

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43767 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3cc9f2b9
......@@ -76,6 +76,8 @@ tag = "%s_%s_%s_inProgress" % (root_software_instance.getUid(), software_type,\n
# Check if it already exists\n
request_software_instance = software_instance.portal_catalog.getResultValue(\n
portal_type=\'Software Instance\',\n
# XXX: User based property is used in non manual operation\n
# XXX-2: Do we really need to use root_uid?\n
title=requested_partition_reference,\n
source_reference=software_type,\n
root_uid=root_software_instance.getUid(),\n
......
207
\ No newline at end of file
208
\ 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