[Erp5-report] r39460 nicolas.dumazet - /erp5/trunk/products/ERP5/Document/IngestionFile.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 22 08:15:27 CEST 2010


Author: nicolas.dumazet
Date: Fri Oct 22 08:15:26 2010
New Revision: 39460

URL: http://svn.erp5.org?rev=39460&view=rev
Log:
portal_type has to be defined.

Modified:
    erp5/trunk/products/ERP5/Document/IngestionFile.py

Modified: erp5/trunk/products/ERP5/Document/IngestionFile.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/IngestionFile.py?rev=39460&r1=39459&r2=39460&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/IngestionFile.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/IngestionFile.py [utf8] Fri Oct 22 08:15:26 2010
@@ -38,6 +38,7 @@ class IngestionFile(Base, Folder):
   """
 
   meta_type = 'ERP5 Ingestion File'
+  portal_type = 'Ingestion File'
 
   security = ClassSecurityInfo()
   security.declareObjectProtected(Permissions.AccessContentsInformation)




More information about the Erp5-report mailing list