Commit 2a68ce9e authored by Łukasz Nowak's avatar Łukasz Nowak

Show only installed softwares in web ui.

parent 239b8992
......@@ -54,7 +54,7 @@
portal = context.getPortalObject()\n
portal_type = "Software Release"\n
\n
url_string_list = context.Computer_getSoftwareReleaseUrlStringList([\'confirmed\', \'started\', \'stopped\', \'delivered\'])\n
url_string_list = context.Computer_getSoftwareReleaseUrlStringList([\'confirmed\', \'started\', \'stopped\'])\n
if url_string_list:\n
return context.portal_catalog(\n
portal_type=portal_type,\n
......
345
\ No newline at end of file
346
\ 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