Edgewall Software
Modify

Opened 19 years ago

Closed 18 years ago

#1984 closed defect (fixed)

Problem when updating ticket_type

Reported by: anonymous Owned by: Jonas Borgström
Priority: high Milestone: 0.9
Component: ticket system Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When updating ticket types it is impossible to find column "ticket_type" in ticket table, becaused its named "type" there. And type=ticket_type in enum table.

To explain it easier it is solved by adding following at row 350 in model.py source:/trunk/trac/ticket/model.py#2127 (not so handsome :)

if self.type == 'ticket_type':
    self.type ='type'

Attachments (0)

Change History (1)

comment:1 by Christopher Lenz, 18 years ago

Milestone: 0.9
Resolution: fixed
Status: newclosed

This was fixed in [2344].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.