Commit 9a5db103 authored by Jérome Perrin's avatar Jérome Perrin

bug class is not legacy, this is still used by erp5_forge


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24828 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b8f9ca1a
......@@ -32,11 +32,7 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
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'
......
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