#6123 closed defect (worksforme)
wrong default data
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | db_default.py |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
in db_default.py
- severity data empty
- priority data have de values of severity
Attachments (1)
Change History (5)
by , 18 years ago
| Attachment: | db_default.py added |
|---|
comment:1 by , 18 years ago
| Milestone: | 0.11 |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
I can't remember the reference (MailingList thread or a ticket) but this is done on purpose:
Severity field is not enabled till the administrator explicitly defines one or more severity level - hence the empty initialization list in db_default.py.
There have been a long discussion about the use of priority vs. severity, and it has been chosen to drop severity field in default installations: the severity dropdown list does not appear in ticket pages. Nevertheless, it is possible to enable the severity field using the aforementioned method.
follow-up: 3 comment:2 by , 18 years ago
| Component: | general → ticket system |
|---|



modified file… works for me…