[Erp5-report] r30254 - /erp5/trunk/products/ERP5Type/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 3 14:51:10 CET 2009


Author: jp
Date: Tue Nov  3 14:51:09 2009
New Revision: 30254

URL: http://svn.erp5.org?rev=30254&view=rev
Log:
Added comment for future improvement on creation date.

Modified:
    erp5/trunk/products/ERP5Type/Base.py

Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=30254&r1=30253&r2=30254&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Base.py [utf8] Tue Nov  3 14:51:09 2009
@@ -3201,7 +3201,7 @@
           return history[0].get('time', None)
     if getattr(aq_base(self), 'CreationDate', None) is not None:
       return asDate(self.CreationDate())
-    return None
+    return None # JPS-XXX - try to find a way to return a creation date instead of None
 
   security.declareProtected(Permissions.AccessContentsInformation, 'getModificationDate')
   def getModificationDate(self):




More information about the Erp5-report mailing list