Modify ↓
Opened 14 years ago
Closed 14 years ago
#7176 closed defect (fixed)
Problem with ticket / id column - patch
Reported by: | anonymous | Owned by: | François Granade |
---|---|---|---|
Priority: | normal | Component: | TicketImportPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Ticket IDs need to be converted to int, added a patch. The patch also contains a change in fetching users now from the session table instead of collecting owners, reporters, etc.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | users_and_id_patch.patch added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The session table also contains some junk cookies for anonymous users. It may slow down the search later. Suggest to qualify the query with the authenticated field for a clean list, e.g.: