[Erp5-report] r38761 fx.algrain - in /experimental/bt5/erp5_credential: PortalTypeAllowedCo...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 29 17:28:35 CEST 2010


Author: fx.algrain
Date: Wed Sep 29 17:28:34 2010
New Revision: 38761

URL: http://svn.erp5.org?rev=38761&view=rev
Log:
Allow credential update to contain a default image

Modified:
    experimental/bt5/erp5_credential/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    experimental/bt5/erp5_credential/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
    experimental/bt5/erp5_credential/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
    experimental/bt5/erp5_credential/bt/template_portal_type_allowed_content_type_list
    experimental/bt5/erp5_credential/bt/template_portal_type_hidden_content_type_list
    experimental/bt5/erp5_credential/bt/template_portal_type_property_sheet_list

Modified: experimental/bt5/erp5_credential/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=38761&r1=38760&r2=38761&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ experimental/bt5/erp5_credential/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Wed Sep 29 17:28:34 2010
@@ -21,6 +21,7 @@
   <item>Credential Question</item>
   <item>Email</item>
   <item>Fax</item>
+  <item>Image</item>
   <item>Telephone</item>
  </portal_type>
  <portal_type id="Credential Update Module">

Modified: experimental/bt5/erp5_credential/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml?rev=38761&r1=38760&r2=38761&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml [utf8] (original)
+++ experimental/bt5/erp5_credential/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml [utf8] Wed Sep 29 17:28:34 2010
@@ -15,6 +15,7 @@
   <item>Credential Question</item>
   <item>Email</item>
   <item>Fax</item>
+  <item>Image</item>
   <item>Telephone</item>
  </portal_type>
  <portal_type id="Person">

Modified: experimental/bt5/erp5_credential/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/PortalTypePropertySheetTemplateItem/property_sheet_list.xml?rev=38761&r1=38760&r2=38761&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/PortalTypePropertySheetTemplateItem/property_sheet_list.xml [utf8] (original)
+++ experimental/bt5/erp5_credential/PortalTypePropertySheetTemplateItem/property_sheet_list.xml [utf8] Wed Sep 29 17:28:34 2010
@@ -5,6 +5,9 @@
  <portal_type id="Credential Request">
   <item>CredentialRequest</item>
  </portal_type>
+ <portal_type id="Credential Update">
+  <item>DefaultImage</item>
+ </portal_type>
  <portal_type id="Person">
   <item>DefaultCredentialQuestion</item>
  </portal_type>

Modified: experimental/bt5/erp5_credential/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/bt/template_portal_type_allowed_content_type_list?rev=38761&r1=38760&r2=38761&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ experimental/bt5/erp5_credential/bt/template_portal_type_allowed_content_type_list [utf8] Wed Sep 29 17:28:34 2010
@@ -12,5 +12,6 @@ Credential Update | Address
 Credential Update | Credential Question
 Credential Update | Email
 Credential Update | Fax
+Credential Update | Image
 Credential Update | Telephone
 Person | Credential Question
\ No newline at end of file

Modified: experimental/bt5/erp5_credential/bt/template_portal_type_hidden_content_type_list
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/bt/template_portal_type_hidden_content_type_list?rev=38761&r1=38760&r2=38761&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/bt/template_portal_type_hidden_content_type_list [utf8] (original)
+++ experimental/bt5/erp5_credential/bt/template_portal_type_hidden_content_type_list [utf8] Wed Sep 29 17:28:34 2010
@@ -9,5 +9,6 @@ Credential Update | Address
 Credential Update | Credential Question
 Credential Update | Email
 Credential Update | Fax
+Credential Update | Image
 Credential Update | Telephone
 Person | Credential Question
\ No newline at end of file

Modified: experimental/bt5/erp5_credential/bt/template_portal_type_property_sheet_list
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/bt/template_portal_type_property_sheet_list?rev=38761&r1=38760&r2=38761&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/bt/template_portal_type_property_sheet_list [utf8] (original)
+++ experimental/bt5/erp5_credential/bt/template_portal_type_property_sheet_list [utf8] Wed Sep 29 17:28:34 2010
@@ -1,3 +1,4 @@
 Credential Question | CredentialQuestion
 Credential Request | CredentialRequest
+Credential Update | DefaultImage
 Person | DefaultCredentialQuestion
\ No newline at end of file




More information about the Erp5-report mailing list