Commit 35ced66e authored by Rafael Monnerat's avatar Rafael Monnerat

Uncomment to define Source Project Required


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23181 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6eea0a01
...@@ -48,15 +48,15 @@ class BugConstraint: ...@@ -48,15 +48,15 @@ class BugConstraint:
'message_property_not_set': 'Tested is unchecked, Must have a Unit/Funcional test for this', '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', 'message_no_such_property' : 'Tested is unchecked, Must have a Unit/Funcional test for this',
}, },
#{ 'id' : 'source_project_category_membership_arity', { 'id' : 'source_project_category_membership_arity',
# 'description' : 'Handler Project must be defined', 'description' : 'Handler Project must be defined',
# 'type' : 'CategoryMembershipArity', 'type' : 'CategoryMembershipArity',
# 'min_arity' : '1', 'min_arity' : '1',
# 'max_arity' : '1', 'max_arity' : '1',
# 'portal_type' : ('Project', 'Project Line' ), 'portal_type' : ('Project', 'Project Line' ),
# 'base_category' : ('source_project',), 'base_category' : ('source_project',),
# 'message_arity_with_portal_type_not_in_range': 'Handler Project must be defined', 'message_arity_with_portal_type_not_in_range': 'Handler Project must be defined',
#}, },
{ 'id' : 'start_date_existence', { 'id' : 'start_date_existence',
'description' : 'Property start_date must be defined', 'description' : 'Property start_date must be defined',
'type' : 'PropertyExistence', 'type' : 'PropertyExistence',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment