[Erp5-report] r44329 rafael - in /erp5/trunk/bt5/erp5_configurator: PortalTypeAllowedConten...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Mar 16 07:03:01 CET 2011
Author: rafael
Date: Wed Mar 16 07:03:01 2011
New Revision: 44329
URL: http://svn.erp5.org?rev=44329&view=rev
Log:
Allow Embeeded File instead Spreadsheet
Modified:
erp5/trunk/bt5/erp5_configurator/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
erp5/trunk/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Categories%20Spreadsheet%20Configurator%20Item.xml
erp5/trunk/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Portal%20Type%20Roles%20Spreadsheet%20Configurator%20Item.xml
erp5/trunk/bt5/erp5_configurator/bt/revision
erp5/trunk/bt5/erp5_configurator/bt/template_portal_type_allowed_content_type_list
Modified: erp5/trunk/bt5/erp5_configurator/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=44329&r1=44328&r2=44329&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Wed Mar 16 07:03:01 2011
@@ -8,8 +8,8 @@
<item>Business Configuration</item>
</portal_type>
<portal_type id="Categories Spreadsheet Configurator Item">
+ <item>Embedded File</item>
<item>File</item>
- <item>Spreadsheet</item>
</portal_type>
<portal_type id="Configuration Save">
<item>Account Configurator Item</item>
@@ -46,6 +46,6 @@
<item>Telephone</item>
</portal_type>
<portal_type id="Portal Type Roles Spreadsheet Configurator Item">
- <item>Spreadsheet</item>
+ <item>Embedded File</item>
</portal_type>
</allowed_content_type_list>
\ No newline at end of file
Modified: erp5/trunk/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Categories%20Spreadsheet%20Configurator%20Item.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Categories%2520Spreadsheet%2520Configurator%2520Item.xml?rev=44329&r1=44328&r2=44329&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Categories%20Spreadsheet%20Configurator%20Item.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Categories%20Spreadsheet%20Configurator%20Item.xml [utf8] Wed Mar 16 07:03:01 2011
@@ -2,7 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
- <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <global name="Base Type" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
@@ -80,6 +80,12 @@
<value> <string>CategoriesSpreadsheetConfiguratorItem</string> </value>
</item>
<item>
+ <key> <string>type_interface</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
Modified: erp5/trunk/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Portal%20Type%20Roles%20Spreadsheet%20Configurator%20Item.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Portal%2520Type%2520Roles%2520Spreadsheet%2520Configurator%2520Item.xml?rev=44329&r1=44328&r2=44329&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Portal%20Type%20Roles%20Spreadsheet%20Configurator%20Item.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/PortalTypeTemplateItem/portal_types/Portal%20Type%20Roles%20Spreadsheet%20Configurator%20Item.xml [utf8] Wed Mar 16 07:03:01 2011
@@ -2,7 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
- <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
+ <global name="Base Type" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
@@ -43,16 +43,36 @@
</item>
<item>
<key> <string>init_script</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>permission</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
+ <item>
+ <key> <string>type_class</string> </key>
+ <value> <string>PortalTypeRolesSpreadsheetConfiguratorItem</string> </value>
+ </item>
+ <item>
+ <key> <string>type_interface</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
+ <item>
+ <key> <string>type_mixin</string> </key>
+ <value>
+ <tuple/>
+ </value>
+ </item>
</dictionary>
</pickle>
</record>
Modified: erp5/trunk/bt5/erp5_configurator/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/revision?rev=44329&r1=44328&r2=44329&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] Wed Mar 16 07:03:01 2011
@@ -1 +1 @@
-493
\ No newline at end of file
+494
\ No newline at end of file
Modified: erp5/trunk/bt5/erp5_configurator/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/template_portal_type_allowed_content_type_list?rev=44329&r1=44328&r2=44329&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/template_portal_type_allowed_content_type_list [utf8] Wed Mar 16 07:03:01 2011
@@ -2,8 +2,8 @@ Business Configuration Module | Business
Business Configuration | Configuration Save
Business Configuration | File
Business Configuration | Link
+Categories Spreadsheet Configurator Item | Embedded File
Categories Spreadsheet Configurator Item | File
-Categories Spreadsheet Configurator Item | Spreadsheet
Configuration Save | Account Configurator Item
Configuration Save | Accounting Period Configurator Item
Configuration Save | Catalog Keyword Key Configurator Item
@@ -32,4 +32,4 @@ Person Configurator Item | Address
Person Configurator Item | Career
Person Configurator Item | Email
Person Configurator Item | Telephone
-Portal Type Roles Spreadsheet Configurator Item | Spreadsheet
\ No newline at end of file
+Portal Type Roles Spreadsheet Configurator Item | Embedded File
\ No newline at end of file
More information about the Erp5-report
mailing list