Commit 3d99b56c authored by Jérome Perrin's avatar Jérome Perrin

form_id is not used here

remove TODO, after discussion it's not needed to create a system pref for that

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31354 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bfcccb4e
......@@ -60,7 +60,7 @@ format = request.get(\'format\', \'\')\n
skin_name = request[\'deferred_portal_skin\']\n
\n
tag = \'active-report-wrapped-%s\' % random.randint(0, 1000)\n
priority = 3 # TODO: site preference\n
priority = 3\n
\n
person_value = portal.ERP5Site_getAuthenticatedMemberPersonValue()\n
if person_value is None:\n
......@@ -136,7 +136,7 @@ return context.Base_redirect(\'view\', keep_items=dict(\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>deferred_style_dialog_method, form_id, **kw</string> </value>
<value> <string>deferred_style_dialog_method, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -156,14 +156,13 @@ return context.Base_redirect(\'view\', keep_items=dict(\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>2</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>deferred_style_dialog_method</string>
<string>form_id</string>
<string>kw</string>
<string>Products.ERP5Type.Message</string>
<string>translateString</string>
......
75
\ No newline at end of file
82
\ 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