Edgewall Software
Modify

Opened 18 years ago

Closed 18 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 Christopher Lenz, 18 years ago

Component: generalticket system

This is due to the query module remembering the previous list of tickets, and not expecting tickets to suddenly not exist.

comment:2 by Christian Boos, 18 years ago

Milestone: 0.10

Yep, that's what I thought too. Should be easy to fix, I guess.

comment:3 by Christian Boos, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in r2824.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos 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.