Commit f1fd872c authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: fixup portal_status_message propagation

parent 476905a4
......@@ -10,5 +10,6 @@ compute_node.requestSoftwareRelease(
software_installation = portal.restrictedTraverse(context.REQUEST.get('software_installation_url'))
return software_installation.Base_redirect(
message=translateString('New Software Installation created.')
)
keep_items={
'portal_status_message': translateString('New Software Installation created.')
})
......@@ -23,5 +23,6 @@ except UnsupportedWorkflowMethod:
software_release.submit()
return software_release.Base_redirect(
message=translateString('New Software Release created.')
)
keep_items={
'portal_status_message': translateString('New Software Release created.')
})
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