Commit c09e9e75 authored by Lucas Carvalho's avatar Lucas Carvalho

16-03-2011 lucas

* updated bt5 dependency list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44354 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4cfeef4a
......@@ -60,9 +60,10 @@ business_template_list = context.Base_getUngBusinessTemplateList()\n
\n
kw = dict(tag="start")\n
for business_template_id in business_template_list:\n
portal.portal_templates.activate(**kw).installBusinessTemplatesFromRepositories((business_template_id,))\n
kw["after_tag"] = kw["tag"]\n
kw["tag"] = business_template_id\n
if business_template_id not in portal.portal_templates.getInstalledBusinessTemplateTitleList():\n
portal.portal_templates.activate(**kw).installBusinessTemplatesFromRepositories((business_template_id,))\n
kw["after_tag"] = kw["tag"]\n
kw["tag"] = business_template_id\n
\n
return kw\n
</string> </value>
......
......@@ -50,7 +50,11 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return (\'erp5_base\',\n
<value> <string>return (\'erp5_core_proxy_field_legacy\',\n
\'erp5_full_text_myisam_catalog\',\n
\'erp5_base\',\n
\'erp5_simulation\',\n
\'erp5_dhtml_style\',\n
\'erp5_web\',\n
\'erp5_ingestion_mysql_innodb_catalog\',\n
\'erp5_ingestion\',\n
......@@ -71,10 +75,11 @@
\'erp5_jquery_plugin_jqchart\',\n
\'erp5_jquery_plugin_colorpicker\',\n
\'erp5_jquery_plugin_elastic\',\n
\'erp5_jquery_plugin_wdcalendar\'\n
\'erp5_jquery_plugin_wdcalendar\',\n
\'erp5_jquery_sheet_editor\',\n
\'erp5_xinha_editor\',\n
\'erp5_svg_editor\',\n
\'erp5_web_ung_role\',\n
\'erp5_web_ung_core\',\n
\'erp5_web_ung_theme\',)\n
</string> </value>
......
16-03-2011 lucas
* updated bt5 dependency list
16-03-2011 lucas
* set bt5 properties
......
15
\ No newline at end of file
16
\ 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