[Erp5-report] r24828 - /erp5/trunk/products/ERP5/Document/Bug.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 8 13:19:13 CET 2008


Author: jerome
Date: Mon Dec  8 13:19:11 2008
New Revision: 24828

URL: http://svn.erp5.org?rev=24828&view=rev
Log:
bug class is not legacy, this is still used by erp5_forge

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

Modified: erp5/trunk/products/ERP5/Document/Bug.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Bug.py?rev=24828&r1=24827&r2=24828&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Bug.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Bug.py [utf8] Mon Dec  8 13:19:11 2008
@@ -32,11 +32,7 @@
 from Products.ERP5.Document.Ticket import Ticket
 
 class Bug(Ticket):
-    """
-    LEGACY
-
-    This class is superceded by the Ticket class. Legacy
-    Bug data should still be usable.
+    """Bug means a bug report, a feature request or an issue.
     """
 
     meta_type = 'ERP5 Bug'




More information about the Erp5-report mailing list