Edgewall Software
Modify

Opened 18 years ago

Closed 16 years ago

#2361 closed defect (worksforme)

browsing tickets without owner lists all tickets in milestone view

Reported by: ssalmine@… Owned by: Christopher Lenz
Priority: normal Milestone:
Component: roadmap Version: devel
Severity: normal Keywords: query
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to reproduce: 1) browse to http://projects.edgewall.com/trac/milestone/1.0 (or similar milestone, where there are issues without owner) 2) go to "Ticket status by", and choose owner 3) click the first bar, that shows issues without owner

It will show all open issues. I would expect it to show open issues that have no owner.

Attachments (0)

Change History (3)

comment:1 by sid, 17 years ago

Component: roadmapbrowser
Owner: changed from Christopher Lenz to Christian Boos

Still happening on t.e.o. with 0.10.3dev. In the milestone:1.0 example given above, the query used for tickets with no owner is:

query?status=new&status=assigned&status=reopened&milestone=1.0

It should be:

query?status=new&status=assigned&status=reopened&milestone=1.0&owner=

comment:2 by Christian Boos, 17 years ago

Component: browserroadmap
Keywords: query added
Milestone: 0.11
Owner: changed from Christian Boos to Christopher Lenz

must be something like owner == None instead of ''.

comment:3 by osimons, 16 years ago

Milestone: 0.11.2
Resolution: worksforme
Status: newclosed

A lot has changed in the last 18-26 months… I cannot reproduce this error on current 0.11 (including this site), so I'm closing it. Please reopen if I'm wrong.

Modify Ticket

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