From 83437896ffc512e026b437a8683fbac5d742bc92 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Wed, 1 Nov 2006 15:33:36 +0000 Subject: [PATCH] 2006-11-01 Ivan * Adjusted allowed_content_types for CacheTool and CacheFactory git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11038 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../allowed_content_types.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/product/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml index b9d1a595fb..68212f0903 100644 --- a/product/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml +++ b/product/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml @@ -11,6 +11,14 @@ <portal_type id="Base Domain"> <item>Domain</item> </portal_type> + <portal_type id="Cache Factory"> + <item>Distributed Ram Cache Plugin</item> + <item>Ram Cache Plugin</item> + <item>SQL Cache Plugin</item> + </portal_type> + <portal_type id="Cache Tool"> + <item>Cache Factory</item> + </portal_type> <portal_type id="Category"> <item>Category</item> </portal_type> @@ -42,9 +50,9 @@ <item>Preference</item> </portal_type> <portal_type id="Rule Tool"> - <item>Delivery Rule</item> <item>Invoice Rule</item> <item>Invoice Transaction Rule</item> + <item>Delivery Rule</item> </portal_type> <portal_type id="Simulation Movement"> <item>Applied Rule</item> -- 2.30.9