Modify ↓
Opened 16 years ago
Closed 16 years ago
#7357 closed defect (fixed)
Internal error, going "back to query" when looking at a particular ticket
Reported by: | Lele Gaifax | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | ticket system | Version: | 0.11rc2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When going back to query from the ticket view you get this:
Trac detected an internal error: ValueError: invalid literal for int() with base 10: 'True'
with the following traceback:
File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r7215-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r7215-py2.5.egg/trac/web/main.py", line 197, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r7215-py2.5.egg/trac/ticket/report.py", line 105, in process_request template, data, content_type = self._render_view(req, db, id) File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r7215-py2.5.egg/trac/ticket/report.py", line 337, in _render_view asc = bool(int(asc)) # string '0' or '1' to int/boolean
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Milestone: | → 0.11 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I can confirm—it seems to have happened as a result of r7214.