Commit 85a87623 authored by Christophe Dumez's avatar Christophe Dumez

- Fixed "status+changed" status message

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8981 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b4d67ba
......@@ -117,7 +117,7 @@ return context.ERP5XhtmlStyle_redirect(select_jump, **kw)\n
<string>kw</string>
<string>_apply_</string>
<string>_getattr_</string>
<string>context</string>
<string>context</string>
</tuple>
</value>
</item>
......
......@@ -117,7 +117,7 @@ return context.ERP5XhtmlStyle_redirect(\'%s/view\' % select_module, **kw)\n
<string>kw</string>
<string>_apply_</string>
<string>_getattr_</string>
<string>context</string>
<string>context</string>
</tuple>
</value>
</item>
......
......@@ -117,7 +117,7 @@ context.portal_workflow.doActionFor(\n
context,\n
doaction_param_list[\'workflow_action\'],\n
**doaction_param_list)\n
return context.ERP5XhtmlStyle_redirect(\'%s/%s\' % (context.absolute_url(), form_id),keep_items={\'portal_status_message\': N_(\'Status+changed.\')})\n
return context.ERP5XhtmlStyle_redirect(\'%s/%s\' % (context.absolute_url(), form_id),keep_items={\'portal_status_message\': N_(\'Status changed.\')})\n
</string> </value>
</item>
<item>
......
36
\ No newline at end of file
55
\ 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