Commit fa73e352 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add a new property "tested" to indicate if a bug is tested or not.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7228 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f85f23d4
......@@ -31,4 +31,11 @@ class Bug:
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',)
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