[Erp5-report] r18831 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 22 19:32:11 CET 2008


Author: romain
Date: Tue Jan 22 19:32:11 2008
New Revision: 18831

URL: http://svn.erp5.org?rev=18831&view=rev
Log:
getVisibleAllowedContentTypeList returns list of string

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_paste.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_paste.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_paste.xml?rev=18831&r1=18830&r2=18831&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_paste.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_paste.xml Tue Jan 22 19:32:11 2008
@@ -78,7 +78,7 @@
   except AttributeError:\n
     error_message = N_(\'Sorry+you+can+not+paste+theses+Items+here\')\n
   else:\n
-    allowed_type_list = [x.id for x in context.getVisibleAllowedContentTypeList()]\n
+    allowed_type_list = [x for x in context.getVisibleAllowedContentTypeList()]\n
     for portal_type in portal_type_list:\n
       if portal_type not in allowed_type_list:\n
         error_message = N_(\'Sorry+you+can+not+paste+theses+Items+here\')\n

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=18831&r1=18830&r2=18831&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue Jan 22 19:32:11 2008
@@ -1,1 +1,1 @@
-680
+681




More information about the Erp5-report mailing list