[Erp5-report] r11038 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedConte...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 1 16:33:39 CET 2006


Author: ivan
Date: Wed Nov  1 16:33:36 2006
New Revision: 11038

URL: http://svn.erp5.org?rev=11038&view=rev
Log:
2006-11-01 Ivan
* Adjusted allowed_content_types for CacheTool and CacheFactory

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=11038&r1=11037&r2=11038&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml Wed Nov  1 16:33:36 2006
@@ -10,6 +10,14 @@
  </portal_type>
  <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>
@@ -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>




More information about the Erp5-report mailing list