Modify ↓
Opened 20 years ago
Closed 19 years ago
#1933 closed defect (fixed)
[PATCH] Ticket query results do not display # before ticket numbers as the reports do.
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | low | Milestone: | 0.11 |
| Component: | report system | Version: | 0.8.4 |
| Severity: | minor | Keywords: | query |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The ticket query results do not display a pound sign (#) before ticket numbers as reports do.
For example:
Attachments (1)
Change History (5)
by , 20 years ago
| Attachment: | query_cs.patch added |
|---|
comment:1 by , 19 years ago
| Keywords: | query added |
|---|---|
| Priority: | normal → low |
| Severity: | normal → minor |
| Summary: | Ticket query results do not display # before ticket numbers as the reports do. → [PATCH] Ticket query results do not display # before ticket numbers as the reports do. |
If doing exports to a separate file, or cutting and pasting ticket numbers back into Trac from reports, it might be nice to have the # sign there so that ticket links will be generated by the WikiProcessor.
comment:2 by , 19 years ago
| Keywords: | review added |
|---|
comment:3 by , 19 years ago
| Keywords: | review removed |
|---|---|
| Milestone: | → 0.11 |
| Owner: | changed from to |
The "#" is actually there for 0.11dev.
comment:4 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
A change that slipped in during the Genshi migration ;)
Note:
See TracTickets
for help on using tickets.



Patch to correct the issue.