Commit 898c9b2a authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: initialise Software Release title (to not see the ID by default)

parent 3dbaf836
...@@ -8,6 +8,7 @@ software_product = portal.software_product_module.newContent( ...@@ -8,6 +8,7 @@ software_product = portal.software_product_module.newContent(
) )
software_product.newContent( software_product.newContent(
portal_type="Software Product Release Variation", portal_type="Software Product Release Variation",
title=software_release,
url_string=software_release url_string=software_release
) )
software_product.newContent( software_product.newContent(
......
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