Commit 51e2467a authored by Rafael Monnerat's avatar Rafael Monnerat

Params is not required anymore.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42130 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96031dcb
...@@ -55,14 +55,14 @@ ...@@ -55,14 +55,14 @@
after_script_id = context.getConfigurationAfterScriptId()\n after_script_id = context.getConfigurationAfterScriptId()\n
after_script = getattr(context, after_script_id, None)\n after_script = getattr(context, after_script_id, None)\n
if after_script is not None:\n if after_script is not None:\n
return after_script(customer_template_relative_url, alter_preferences)\n return after_script()\n
\n \n
log("After script not found for %s." % context.getRelativeUrl())\n log("After script not found for %s." % context.getRelativeUrl())\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>customer_template_relative_url=None, alter_preferences=True</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
489 492
\ No newline at end of file \ 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