Commit 681d1408 authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: Release are now Software Product sub objects

parent 898c9b2a
......@@ -115,7 +115,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getTitle(), x.getUrlString()) for x in context.getPortalObject().portal_catalog(portal_type=\'Software Release\', follow_up__uid=context.getFollowUpUid(), aggregate__uid=request.get(\'field_your_aggregate_uid\'), validation_state=[\'shared\', \'shared_alive\', \'released\', \'released_alive\', \'published\', \'published_alive\'])]</string> </value>
<value> <string>python: [(x.getTitle(x.getUrlString()), x.getUrlString()) for x in context.portal_catalog(portal_type=\'Software Product Release Variation\', parent_uid=request.get(\'field_your_aggregate_uid\'))]</string> </value>
</item>
</dictionary>
</pickle>
......
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