Commit 3638ca75 authored by Łukasz Nowak's avatar Łukasz Nowak

Redirect with nice message.

parent 7b34b2e5
......@@ -50,7 +50,8 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return context.HostingSubscription_requestPerson(\'destroyed\')\n
<value> <string>context.HostingSubscription_requestPerson(\'destroyed\')\n
return context.Base_redirect(\'view\', keep_items={\'portal_status_message\':context.Base_translateString(\'Destroying.\')})\n
</string> </value>
</item>
<item>
......
......@@ -50,7 +50,8 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return context.HostingSubscription_requestPerson(\'started\')\n
<value> <string>context.HostingSubscription_requestPerson(\'started\')\n
return context.Base_redirect(\'view\', keep_items={\'portal_status_message\':context.Base_translateString(\'Starting.\')})\n
</string> </value>
</item>
<item>
......
......@@ -50,7 +50,8 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return context.HostingSubscription_requestPerson(\'stopped\')\n
<value> <string>context.HostingSubscription_requestPerson(\'stopped\')\n
return context.Base_redirect(\'view\', keep_items={\'portal_status_message\':context.Base_translateString(\'Stopping.\')})\n
</string> </value>
</item>
<item>
......
374
\ No newline at end of file
375
\ 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