Commit 5941c9be authored by Lucas Carvalho's avatar Lucas Carvalho

2011-04-01 lucas

* Updated script to add the Solver Configuration Item objects.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45006 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b5594525
......@@ -76,6 +76,10 @@ configuration_save.addConfigurationItem("Role Configurator Item", \n
filename="portal_types_roles_standard.ods",\n
group_id = \'group/%s\' %group_id)\n
\n
# setup Solvers\n
for property_dict in context.BusinessConfiguration_getSolverPropertyDict().itervalues():\n
configuration_save.addConfigurationItem("Solver Configurator Item", **property_dict)\n
\n
# web site module security\n
# we will not provide web_site_module for now.\n
configuration_save.addConfigurationItem("Permission Configurator Item",\n
......
2011-04-01 lucas
* Updated script to add the Solver Configuration Item objects.
2011-04-01 lucas
* Added a new script with solver informations.
......
590
\ No newline at end of file
591
\ 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