Modify ↓
Opened 17 years ago
Closed 17 years ago
#8056 closed defect (worksforme)
TracQuery shows one decimal for ticket count
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.2 |
| Severity: | normal | Keywords: | |
| Cc: | jonatan@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
A query such as this:
[[TicketQuery(component=MyComponent, count)]]
displays the result with one decimal (2.0 instead of 2), which is quite unnecessary and looks strange.
I'm using Trac 0.11.2.
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
| Version: | none → 0.11.2 |
Note:
See TracTickets
for help on using tickets.



Works here with 0.11-stable [7863], and here on t.e.o:
The line above is generated as follows:
So this is probably a local installation issue. Anything special with your configuration? Any plugins installed?
Feel free to reopen this ticket if you can provide a way to reproduce the issue on a "clean" Trac instance.