[Erp5-report] r43672 jerome - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: PortalTypeA...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 24 14:40:18 CET 2011


Author: jerome
Date: Thu Feb 24 14:40:18 2011
New Revision: 43672

URL: http://svn.erp5.org?rev=43672&view=rev
Log:
allow role and action informations in preference type and preference tool type

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

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=43672&r1=43671&r2=43672&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Thu Feb 24 14:40:18 2011
@@ -55,6 +55,14 @@
   <item>Preference</item>
   <item>System Preference</item>
  </portal_type>
+ <portal_type id="Preference Tool Type">
+  <item>Action Information</item>
+  <item>Role Information</item>
+ </portal_type>
+ <portal_type id="Preference Type">
+  <item>Action Information</item>
+  <item>Role Information</item>
+ </portal_type>
  <portal_type id="Property Sheet">
   <item>Accounting Transaction Balance Constraint</item>
   <item>Acquired Property</item>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=43672&r1=43671&r2=43672&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Thu Feb 24 14:40:18 2011
@@ -1 +1 @@
-40909
\ No newline at end of file
+40910
\ No newline at end of file

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list?rev=43672&r1=43671&r2=43672&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/template_portal_type_allowed_content_type_list [utf8] Thu Feb 24 14:40:18 2011
@@ -20,8 +20,12 @@ Id Tool | Conceptual Id Generator
 Id Tool | SQL Non Continuous Increasing Id Generator
 Id Tool | ZODB Continuous Increasing Id Generator
 Memcached Tool | Memcached Plugin
+Preference Tool Type | Action Information
+Preference Tool Type | Role Information
 Preference Tool | Preference
 Preference Tool | System Preference
+Preference Type | Action Information
+Preference Type | Role Information
 Property Sheet Tool | Property Sheet
 Property Sheet | Accounting Transaction Balance Constraint
 Property Sheet | Acquired Property



More information about the Erp5-report mailing list