Commit 9690dc60 authored by Ivan Tyagov's avatar Ivan Tyagov

Added creation of tool portal_caches during ERP5 Site creation. This way we're...

Added creation of tool portal_caches during ERP5 Site creation. This way we're consistent with erp5_core template which will create default Cache Factory(erp5_user_interface) under this tool.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11027 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 00032e49
......@@ -1005,6 +1005,8 @@ class ERP5Generator(PortalGenerator):
addTool('ERP5 Order Tool', None)
if not p.hasObject('portal_tests'):
addTool('ERP5 Test Tool', None)
if not p.hasObject('portal_caches'):
addTool('ERP5 Cache Tool', None)
try:
addTool = p.manage_addProduct['ERP5Subversion'].manage_addTool
......
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