Commit 445337a4 authored by Nicolas Delaby's avatar Nicolas Delaby

redirect on parent web_section by default

parent cc0735f0
......@@ -87,7 +87,7 @@ module.activate(tag=tag, activity=\'SQLQueue\').EventModule_addWebMessage(**edit
portal.portal_alarms.fetch_incoming_web_message_list.activate(after_tag=tag).activeSense()\n
\n
portal_status_message = translate(\'Your message has been successfully submitted.\')\n
context.getParentValue().Base_redirect(keep_items={\'portal_status_message\': portal_status_message})\n
context.getWebSectionValue().getParentValue().Base_redirect(keep_items={\'portal_status_message\': portal_status_message})\n
</string> </value>
</item>
<item>
......
1051
\ No newline at end of file
1052
\ 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