[Erp5-report] r35232 nicolas - /erp5/trunk/products/ERP5/Document/PDFDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 12 17:09:50 CEST 2010


Author: nicolas
Date: Wed May 12 17:09:49 2010
New Revision: 35232

URL: http://svn.erp5.org?rev=35232&view=rev
Log:
Inherited searchable_property_list from Document fits PDFDocument needs

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

Modified: erp5/trunk/products/ERP5/Document/PDFDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PDFDocument.py?rev=35232&r1=35231&r2=35232&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PDFDocument.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PDFDocument.py [utf8] Wed May 12 17:09:49 2010
@@ -64,10 +64,6 @@
                     , PropertySheet.Url
                     , PropertySheet.Periodicity
                     )
-
-  searchable_property_list = ('asText', 'title', 'description', 'id', 'reference',
-                              'version', 'short_title',
-                              'subject', 'source_reference', 'source_project_title',)
 
   # Conversion API
   security.declareProtected(Permissions.AccessContentsInformation, 'convert')




More information about the Erp5-report mailing list