Opened 4 years ago
Closed 4 years ago
#61234 closed defect (fixed)
trac "Most Recent Active Tickets" does not include accepted tickets
Reported by: | chrstphrchvz (Christopher Chavez) | Owned by: | admin@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | trac | Version: | |
Keywords: | Cc: | ||
Port: |
Description
Should the "Most Recent Active Tickets" query include tickets with "accepted" status?
Change History (1)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Ah, you're referring to report:11.
Its query is currently set to query:status=assigned|new|reopened&col=id|summary|component|port|time|changetime&desc=1&order=changetime
Indeed that does not include "accepted". I suppose it should. Changed!