Commit 1bf22ba0 authored by Aurel's avatar Aurel

2006-01-31 aurel

* fix TemplateTool_installBusinessTemplateListAction

2006-01-31 Kevin
* add **kw parameter to TemplateTool_installRepositoryBusinessTemplateList


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5455 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3c42861
...@@ -71,8 +71,7 @@ ...@@ -71,8 +71,7 @@
bt_dict = {}\n bt_dict = {}\n
object_to_update = {}\n object_to_update = {}\n
for item in listbox:\n for item in listbox:\n
bt_id, object_id = item[\'listbox_key\'].split(\'+\')\n bt_id, object_id = item[\'listbox_key\'].split(\'|\')\n
bt_id = item[\'object_bt_id\']\n
if bt_dict.has_key(bt_id):\n if bt_dict.has_key(bt_id):\n
bt_dict[bt_id][object_id] = item[\'choice\']\n bt_dict[bt_id][object_id] = item[\'choice\']\n
else:\n else:\n
......
...@@ -110,7 +110,7 @@ RESPONSE.redirect(\'%s/TemplateTool_viewMultiInstallationDialog?%s&form_id=Busin ...@@ -110,7 +110,7 @@ RESPONSE.redirect(\'%s/TemplateTool_viewMultiInstallationDialog?%s&form_id=Busin
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string></string> </value> <value> <string>**kw</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -136,6 +136,7 @@ RESPONSE.redirect(\'%s/TemplateTool_viewMultiInstallationDialog?%s&form_id=Busin ...@@ -136,6 +136,7 @@ RESPONSE.redirect(\'%s/TemplateTool_viewMultiInstallationDialog?%s&form_id=Busin
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>kw</string>
<string>ZTUtils</string> <string>ZTUtils</string>
<string>make_query</string> <string>make_query</string>
<string>_getattr_</string> <string>_getattr_</string>
......
2006-01-31 aurel
* fix TemplateTool_installBusinessTemplateListAction
2006-01-31 Kevin
* add **kw parameter to TemplateTool_installRepositoryBusinessTemplateList
2006-01-31 yo 2006-01-31 yo
* Fix OrganisationModule_viewOrganisationList and PersonModule_viewPersonList to use translated titles or plain titles. * Fix OrganisationModule_viewOrganisationList and PersonModule_viewPersonList to use translated titles or plain titles.
......
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