Opened 19 years ago
Closed 19 years ago
#2641 closed defect (fixed)
ticket remove breaks query view
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | ticket system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | seemant@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi cboos, so I installed trac from head today so that I could delete a wrongly filed ticket that was assigned to me (it should've been filed in the infra trac instead of the codebase trac). Anyway, after I've successfully removed it with trac-admin /var/lib/trac/code ticket remove 203, the query view (I don't use the other sql like view) breaks. That is to say, when I'm logged in, and I hit "View Tickets" I see only the message:
"Invalid Ticket Number
Ticket 203 does not exist."
If I'm logged out, things are ok. Others logged in can see their tickets just fine though.
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
Component: | general → ticket system |
---|
comment:2 by , 19 years ago
Milestone: | → 0.10 |
---|
Yep, that's what I thought too. Should be easy to fix, I guess.
This is due to the query module remembering the previous list of tickets, and not expecting tickets to suddenly not exist.