[Erp5-report] r23181 - /erp5/trunk/products/ERP5/PropertySheet/BugConstraint.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Aug 26 17:50:46 CEST 2008
Author: rafael
Date: Tue Aug 26 17:50:42 2008
New Revision: 23181
URL: http://svn.erp5.org?rev=23181&view=rev
Log:
Uncomment to define Source Project Required
Modified:
erp5/trunk/products/ERP5/PropertySheet/BugConstraint.py
Modified: erp5/trunk/products/ERP5/PropertySheet/BugConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BugConstraint.py?rev=23181&r1=23180&r2=23181&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BugConstraint.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BugConstraint.py Tue Aug 26 17:50:42 2008
@@ -48,15 +48,15 @@
'message_property_not_set': 'Tested is unchecked, Must have a Unit/Funcional test for this',
'message_no_such_property' : 'Tested is unchecked, Must have a Unit/Funcional test for this',
},
- #{ 'id' : 'source_project_category_membership_arity',
- # 'description' : 'Handler Project must be defined',
- # 'type' : 'CategoryMembershipArity',
- # 'min_arity' : '1',
- # 'max_arity' : '1',
- # 'portal_type' : ('Project', 'Project Line' ),
- # 'base_category' : ('source_project',),
- # 'message_arity_with_portal_type_not_in_range': 'Handler Project must be defined',
- #},
+ { 'id' : 'source_project_category_membership_arity',
+ 'description' : 'Handler Project must be defined',
+ 'type' : 'CategoryMembershipArity',
+ 'min_arity' : '1',
+ 'max_arity' : '1',
+ 'portal_type' : ('Project', 'Project Line' ),
+ 'base_category' : ('source_project',),
+ 'message_arity_with_portal_type_not_in_range': 'Handler Project must be defined',
+ },
{ 'id' : 'start_date_existence',
'description' : 'Property start_date must be defined',
'type' : 'PropertyExistence',
More information about the Erp5-report
mailing list