[Erp5-report] r7228 - /erp5/trunk/products/ERP5/PropertySheet/Bug.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 12 09:23:57 CEST 2006


Author: yo
Date: Fri May 12 09:23:53 2006
New Revision: 7228

URL: http://svn.erp5.org?rev=7228&view=rev
Log:
Add a new property "tested" to indicate if a bug is tested or not.

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

Modified: erp5/trunk/products/ERP5/PropertySheet/Bug.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Bug.py?rev=7228&r1=7227&r2=7228&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Bug.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Bug.py Fri May 12 09:23:53 2006
@@ -31,4 +31,11 @@
     Bug properties
   """
 
+  _properties = (
+    { 'id'          : 'tested',
+      'description' : 'if a bug is tested or not',
+      'type'        : 'boolean',
+      'mode'        : 'w' },
+  )
+
   _categories = ( 'bug_type', 'bug_priority', 'bug_severity', 'bug_group', 'bug_difficulty',)




More information about the Erp5-report mailing list