Modify ↓
Opened 18 years ago
Closed 12 years ago
#1330 closed defect (wontfix)
Queries with no result record causes internal error
Reported by: | Akihiro KAYAMA | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | PaginateTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Queries with no result record like query:?status=reopened causes internal error
Traceback (most recent call last): File "/usr/pkg/lib/python2.4/site-packages/trac/web/main.py", line 379, in dispatch_request dispatcher.dispatch(req) File "/usr/pkg/lib/python2.4/site-packages/trac/web/main.py", line 232, in dispatch template, content_type = self._post_process_request(req, File "/usr/pkg/lib/python2.4/site-packages/trac/web/main.py", line 262, in _post_process_request content_type) File "/usr/pkg/lib/python2.4/site-packages/TracPaginateTickets-0.1-py2.4.egg/paginate/web_ui.py", line 42, in post_process_request results_dict = walk_hdf(req.hdf.getObj('query.results').child()) AttributeError: 'NoneType' object has no attribute 'child'
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This plugin is deprecated with Trac 0.11. The functionality was integrated to the Trac core in t:#216.
Note: See
TracTickets for help on using
tickets.
Following patch will solve this problem. (includes ticket:1306 patch)